mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-20 19:14:14 -04:00
Clear the buffer passed to processBlock
This commit is contained in:
@ -300,6 +300,7 @@ bool Magical8bitPlug2AudioProcessor::isBusesLayoutSupported (const BusesLayout&
|
||||
|
||||
void Magical8bitPlug2AudioProcessor::processBlock (AudioBuffer<float>& buffer, MidiBuffer& midiMessages)
|
||||
{
|
||||
buffer.clear();
|
||||
synth.renderNextBlock (buffer, midiMessages, 0, buffer.getNumSamples());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user