AudioKit / AudioKitEX

C-backed AudioKit DSP
MIT License
48 stars 35 forks source link

Clear output buffer during CallbackInstrument DSP #27

Open MartinColja opened 8 months ago

MartinColja commented 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.

jcavar commented 5 months ago

Hey @aure, could this be merged?