On Fri, 13 Jul 2007, Rohan Drape wrote: > 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.
It does also answer your question, what other types of Transport may exist. I think the type class approach is very clean here. > 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. Good to know. > There is also recordBuf to stream audio to disk in RT. Ah, you have added this recently. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
