Hey everyone!
I have ran into an issue using the JUCE DryWetMixer to mix between a convolution reverb in a guitar amplifier plugin. I have been getting the error jassert (drySamples.getNumChannels() <= (size_t) bufferDry.getNumChannels());
When checking the number of the channels using DBG
, both of the channel counts equaled 2 I have just been using the default JUCE code for defining channel layouts and it is still creating this assertion.
I am still quite new to JUCE so it probably is an issue on my end. I know I could totally do the dry/wet mixing manually, I just wanted to take advantage of the DSP module.
Any help/guidance is much appreciated!