Hi.
So ive added a reverb to my synthesiser (which is working), using the dsp module and now im having trouble giving this reverb parameters. Ive created my reverb like this:
dsp::ProcessorChain <juce::dsp::Reverb> fxChain;
dsp::Reverb::Parameters reverbParameters;
But i cant seem to find out how to add the reverbParameters, to the reverb. Could anyone help me with this? Thanks!
