Andy Posted January 29, 2019 Posted January 29, 2019 I have a snippet with multiple changing time signatures. When I make a def-score, if I only have that single snippet to play, is there a way to tell OM to "use the time signatures in the snippet" as opposed to typing them all in manually? Thanks. Quote
opmo Posted January 30, 2019 Posted January 30, 2019 GET-TIME-SIGNATURE (setf omn '((s a4 d5 fs4 d5 g4 d5) (s a4 d5 fs4 d5 g4 d5) (s a4 d5 cs5 b4 a4 g4) (s fs4 d4 e4 c4 e d4))) (def-score test (:key-signature '(c maj) :time-signature (get-time-signature omn) :tempo 60) (theme :omn omn :channel 1 :sound 'gm :program 0) ) Quote
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.