Wasted-Audio/hvcc

Enable signal processing by default.

dromer opened this issue · 0 comments

At the moment all DSP processing is disabled when a patch does not have any audio i/o, however sometimes you still want to make use of audio DSP and then sample values from it and convert them to control messages.

It would still be good to be able to disable DSP processing manually, but not based on the audio i/o of the patch.

https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/ir2c/templates/Heavy_NAME.cpp#L185-L233

This solves: https://github.com/Wasted-Audio/hvcc/blob/develop/docs/02.getting_started.md?plain=1#L11