Posted March 7, 20169 yr 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) ;;;;;;;;;;;;;;;;;;;;
March 7, 20169 yr Author 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!
March 27, 20169 yr Author short question... when will the "tuplet-bugs" be fixed...it's not possible for me to work with this bug... thanx a lot andré
March 27, 20169 yr The bug will be fixed soon. As for the MERGE-VOICES function I would use it with simple lengths and with 2 voices max.
Create an account or sign in to comment