hi all
i would like to MERGE/FIT the following 3-layer-voices(-EXAMPLE) into a ONE-layer-voice (with complex rhythms) - is it possible in OPUSMODUS?
thanx for help!
andré
EXAMPLE:
(setf voices (merge-voices (make-omn :length (gen-length '(1 2 3 4 5 6 7 8) 1/20)
:pitch '(c4)
:velocity '(pppp ppp pp p))
(make-omn :length (gen-length '(1 2 3 4 5 6 7 8) 1/8)
:pitch '(c5)
:velocity '(pppp ppp pp p))
(make-omn :length (gen-length '(1 2 3 4 5 6 7 8) 1/12)
:pitch '(c6)
:velocity '(pppp ppp pp p))))
(def-score example
(:key-signature 'atonal
:time-signature '(4 4)
:tempo '(96)
:layout (treble-layout '3-layers))
(3-layers
:omn voices
:channel 1
:sound 'gm
:program 1))