Simple DSP question re code execution with no output

DSP related issues, mathematics, processing and techniques
Post Reply
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Simple DSP question re code execution with no output

Post 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
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Simple DSP question re code execution with no output

Post 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.
Post Reply