supercollider will stop rendering after the last event in the score. when writing out the score from cm a dummy event is written 5 seconds after the last event. this is settable with the pad keyword . so the following should work.

(events (new simple :time 0 :freq 300 :dur 100) "Desktop/ test.osc" :pad 100)

as far as i know this is the only way to get around this problem.




On May 13, 2007, at 9:10 AM, Johannes Quint wrote:

when i try to create some sc-objects, i never get longer sounds.
i.e. with sc-object 'simple':

(events (new simple :time 0 :freq 300 :dur 100) "Desktop/test.osc")

stopps after ~ 5 secs.
of course, the same in supercollider works without problems.
any help? thanks, johannes
_________________________

Johannes Quint
Rilkestr.55
D-53225 Bonn
0228 468256
[EMAIL PROTECTED]
http://www.johannes-quint.de


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

Reply via email to