[CM] scheme, larger structures

2016-08-22 Thread James Hearon
anders wrote... You can take the body of each of your two with-sound calls and place within one single with-sound: (let ((var '()) (aaa (make-heap '(360 800.345 1200 600))) ;freq (bbb (make-cycle '(1 1 .75 .25 .20 .15 .10 .10 .10 .10))) ;dur (ccc (make-heap

Re: [CM] scheme, larger structures

2016-08-16 Thread andersvi
Hi James. > "J" == James Hearon writes: J> I gave up and tried concatenating with-sound blocks instead, and J> it works after a fashion but the creation of separate audio files J> means those still have to be stitched together at some point. At J> least this is getting

[CM] scheme, larger structures

2016-08-11 Thread James Hearon
Hi, I had written about a scheme method to do something similar to CLM's with-mix for larger compositional structures using multiple instruments and Bill had replied... "If you want to concatenate several with-sounds into one, just concatenate the instrument calls, with some variable holding

[CM] Scheme, larger structures

2016-07-22 Thread James Hearon
Hi, I had written about a scheme method to do something similar to CLM's with-mix for larger compositional structures using multiple instruments and Bill had replied... "If you want to concatenate several with-sounds into one, just concatenate the instrument calls, with some variable holding