What is the best way to programatically render a SuperCollider program to a file (say a wav file).

Can I specify the duration of the file (eg 30 seconds)?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can do this with Score.recordNRT.

There's a tutorial on how to use it here.

link|improve this answer
This seems to do the trick. Thanks. – Rui Vieira Jul 18 '11 at 22:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.