Well, that didn’t fix it, still having the same result. Here is the current code after processing the effect (in the PluginProcessor.cpp file):
for (int ch = 1; ch < buffer.getNumChannels(); ++ch)
buffer.copyFrom(ch, 0, buffer, 0, 0, buffer.getNumSamples());
I tried looking at the mda dub delay source code, but since it’s not made with JUCE I’m kind of outside my comfort zone.