[CM] cm 3.6.0 betas available

Adam ahcnz at ihug.co.nz
Mon Apr 19 12:48:57 PDT 2010


Grace 3.6.0  seems robust and good. Beaut. 

There are enough Scheme Tutorials and Examples to get started, 
although more would be helpful.

However I find I'm having trouble constructing nested patterns in 
Grace Scheme.   Could you give an example for me ? 

This seems not right;
(define p5 (make-cycle ' (200 220 240 240)))
(define p7 (make-cycle '(300 320 340 (next p5))))

and neither does,   
(define ( ... 
	(process ....
		with p5 = (make-cycle ' (200 220 240 240)))
[or] 	        for p7 = (make-cycle '(300 320 340 (next p5))))




On Friday 16 April 2010 01:29 am, Heinrich Taube wrote:
> just a heads up: im going to change Midi and OSC 'opcode
> receivers' (receivers you associate with spicific opcodes/paths)  to
> act just like default receivers (if you aren't writing input receivers
> dont worry about it)
> they way i have it (different arg format) is just too confusing , with
> the new change the first arg will ALWAYS be the opcode or path. im
> sorry about this...
>
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist



More information about the Cmdist mailing list