Page 1 of 1

Simple DSP question re code execution with no output

PostPosted: Tue Apr 11, 2017 4:01 pm
by Spogg
Hi!

Simple DSP question: Is the whole of a DSP code block evaluated every sample even if some of the outputs aren’t connected?
For example, a state variable filter where only the high pass output is connected to anything.

Cheers

Spogg

Re: Simple DSP question re code execution with no output

PostPosted: Tue Apr 11, 2017 5:32 pm
by adamszabo
If you only have open output from the DSP code box then I believe its not calculated. If you have multiple output from it and even if you only connect one thing to it, the others will be calculated as well.