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. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
