On Thu, July 12, 2007 7:36 pm, Henning Thielemann wrote:
>
> On Wed, 11 Jul 2007, Henning Thielemann wrote:
>
>> I want to write the SuperCollider output into a file.
>> Server-Architecture.rtf tells me that I must use the -N option. However
>> I
>> need a file of OSC messages. Shall I replace all 'send' actions by
>> commands that write the messages to a file? Has someone already done
>> this?
>
> Maybe it's just another type to implement for the OSC.Transport class,
> which writes to files rather than the network. I'll try that.

Yes, SC3 NRT files are just length prefixed sequences of OSC bundles,
see SC3 documentation for details.  NRT works as expected, though recall
to have a null event to end the score (ie. processing ends at last bundle
timestamp).  Timestamps are zero indexed.

There is also recordBuf to stream audio to disk in RT.

Regards,
Rohan


_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to