AudioKitEX
AudioKitEX copied to clipboard
Clear output buffer during CallbackInstrument DSP
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.
Hey @aure, could this be merged?