Re: Question: VoltageAudioJack.SetValue() best practice
Posted: Fri Dec 09, 2022 7:44 am
I would say that depends on the "semantics" of your module. For instance, in my Math Bundle I evaluate each function in a loop from top to bottom and also set the value of the output jack in the loop. That allows me to chain all 8 functions to build more complex formulae and evaluate all of them in a single call to ProcessSample() to deliver the expected result at the end.