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

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to