Hi list,
Is there a way to get the current state of the DSP (on/off) as a number into a patch?
I understand that
[; pd dsp(
prints the DSP's state to the command line, but I would like to access this information within the patch itself.
Thanks for your ideas!
best, flo.H
Florian Hollerweger wrote:
Hi list,
Is there a way to get the current state of the DSP (on/off) as a number into a patch?
I understand that
[; pd dsp(
prints the DSP's state to the command line, but I would like to access this information within the patch itself.
Thanks for your ideas!
[r pd] | [route dsp] |
this of course only works if the dsp-state changes after instantiation of the patch.
fgmasr IOhannes