[CM] Multipart in a "process"
Aykut Caglayan
aykut_caglayan at yahoo.com
Sat May 10 07:03:12 PDT 2008
Good Morning
I red Rick's answer and tested it also, but it wasn't what i pursue >
I formulate my question once again:
How is it possible to generate two part music within a "process"; first part is composed of "te"s and second part is composed of "e"s.
>(defun cellularX ()
> (process repeat 12
> for key1 = 40
> for key2 = 60
> for dur1 = .33
> for dur2 = .5
> for amp1 = .5
> for amp2 = .5
> for beg1 =
> for beg2 =
> sprout (new midi :time (+ (now) beg1) :duration dur1
> :keynum key1 :amplitude amp1 :channel 0)
>
> sprout (new midi :time (+ (now) beg2) :duration dur2
> :keynum key2 :amplitude amp2 :channel 1)
> wait ......
> ))
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
More information about the Cmdist
mailing list