Skip to content

Commit

Permalink
SynthBase should not clear buffer by default (in case of sidechain in…
Browse files Browse the repository at this point in the history
…put)
  • Loading branch information
jatinchowdhury18 committed Jan 30, 2024
1 parent eda8931 commit c0a39ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class SynthBase : public PluginBase<Processor>
this->magicState.processMidiBuffer (midi, buffer.getNumSamples(), true);
#endif

buffer.clear();
processSynth (buffer, midi);
}

Expand Down

0 comments on commit c0a39ff

Please sign in to comment.