AM Posted August 11, 2016 Share Posted August 11, 2016 is there a function to ROTATE a complete omn-sequence? (like a sample) .... thanks for help! Quote Link to comment Share on other sites More sharing options...
opmo Posted August 11, 2016 Share Posted August 11, 2016 Do you mean the omn events <length pitch velocity and articulation>? Like that: OMN form rotation: (setf omn '(q c4 p ten e d4 mp trem s e4 f stacc)) (gen-rotate 1 omn) => (s e4 f stacc q c4 p ten e d4 mp trem) (gen-rotate 2 omn) => (e d4 mp trem s e4 f stacc q c4 p ten) Quote Link to comment Share on other sites More sharing options...
AM Posted August 11, 2016 Author Share Posted August 11, 2016 yes, but... it has some error... > Error: No length specified before first pitch > While executing: (:internal parse-omn-note), in process Listener-1(6). > Type cmd-. to abort, cmd-\ for a list of available restarts. > Type :? for other options. only when i do gen-rotate with the sequence the sequence works with perhaps (gen-retrograde seq) or... the sequence (produced by rnd-bots) is for example, something like that... ((et b1 f gettato t f1 ff ord et cs3 mf gettato t fs3 f tasto d5 tasto et g5 mf gettato t eb7 ff ord et a6 f gettato)) and works fine without (gen-rotate Quote Link to comment Share on other sites More sharing options...
opmo Posted August 11, 2016 Share Posted August 11, 2016 There is no error. The GEN-RATOTE is not working with OMN form list now. What you see above is what you will get with the next update. Here, the function is working fine already. AM and Stephane Boussuge 2 Quote Link to comment Share on other sites More sharing options...
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.