|
|
|
@@ -488,7 +488,7 @@ public: |
|
|
|
|
|
|
|
{
|
|
|
|
const int numChannels = jmax (numIn, numOut);
|
|
|
|
AudioBuffer<FloatType> chans (tmpBuffers.channels, isMidiEffect ? 0 : numChannels, numSamples);
|
|
|
|
juce::AudioBuffer<FloatType> chans (tmpBuffers.channels, isMidiEffect ? 0 : numChannels, numSamples);
|
|
|
|
|
|
|
|
if (isBypassed)
|
|
|
|
processor->processBlockBypassed (chans, midiEvents);
|
|
|
|
|