[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Another NRT question....
Hello! Thanks to Josh for answering the last question I had so quickly.
So I got the Non-Real-Time stuff working pretty well now. Got it hooked up with OSC so I can trigger NRT rendering from a different program, etc.
However, now I need to get my NRT stuff to actually send a message when it is done rendering... I am using:
Score.recordNRT(g, "help-oscFile.osc", "filename.aiff", options: o);
However, after looking at the implementation, it just generates a unix command and what is posted to the screen is the stdout. However, I can't figure out how to get a "done action" from the recordNRT method.
Any ideas??
Thanks!!!
Aaron