How can I detect whether processing is on or off?
Obviously "process" is running when processing is on, but I'm assuming that gets called once per buffer or something.
I want to detect the change in state. Using biddules, we have a trigger at start of processing. Is there something like that in the SDK.
I looked around in the .h files and didn't see anything like _dspInfo.processing_state.
