Open MartinColja opened 8 months ago
When connecting CallbackInstrument to the Mixer after another node, it will return the buffer as is. This will double the values inside the Mixer, and it can be fixed by filling the output buffer with zeros during DSP.
CallbackInstrument
Mixer
Hey @aure, could this be merged?
When connecting
CallbackInstrument
to theMixer
after another node, it will return the buffer as is. This will double the values inside theMixer
, and it can be fixed by filling the output buffer with zeros during DSP.