AM Posted March 7, 2016 Share Posted March 7, 2016 interesting bug: have a look at the 1/20-layer (c6) -> midi sounds correct (!), notation is wrong ;;;;;;;;;;;;;;;;;;;; (setf duration1 '(8 5 3 2 3 5 8)) (setf duration2 '(8 5 3 2 3 5 8)) (setf duration3 '(8 5 3 2 3 5 8)) (setf voices (merge-voices (make-omn :length (gen-length duration1 1/20) :pitch '(c6)) (make-omn :length (gen-length duration2 1/32) :pitch '(b4)) (make-omn :length(gen-length duration3 1/8) :pitch '(as2)))) (def-score voices (:key-signature '(c maj) :time-signature '(4 4) :tempo '(60)) (piano :omn voices :channel 1 :sound 'gm :program 0)) (display-midi (compile-score 'voices) :display :quick-view) ;;;;;;;;;;;;;;;;;;;; Quote Link to post Share on other sites
AM Posted March 7, 2016 Author Share Posted March 7, 2016 more informations: bug (with the 1/20) only when i start with a pitch. when the first value is a rest everthing seems to be okay! Quote Link to post Share on other sites
opmo Posted March 7, 2016 Share Posted March 7, 2016 Thank you, we are looking at this. The tuplet system need some fixing. Quote Link to post Share on other sites
AM Posted March 27, 2016 Author Share Posted March 27, 2016 short question... when will the "tuplet-bugs" be fixed...it's not possible for me to work with this bug... thanx a lot andré Quote Link to post Share on other sites
opmo Posted March 27, 2016 Share Posted March 27, 2016 The bug will be fixed soon. As for the MERGE-VOICES function I would use it with simple lengths and with 2 voices max. Quote Link to post Share on other sites
opmo Posted June 2, 2016 Share Posted June 2, 2016 New length rewrite in OM update (coming soon): (7/20 7/20 3/10 3/10) lviklund, AM and Stephane Boussuge 3 Quote Link to post Share on other sites
AM Posted June 2, 2016 Author Share Posted June 2, 2016 very nice :-) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.