hi all,
i’m new to Juce and working on porting an instrument from a higher-level language to C++ using Juce. I’m making a lot of progress on the UI side and in utilizing the synthesiser class – finding Juce to be a fantastic set of tools so far. However i’m a bit lost now that I’m digging into the guts of passing audio around.
lets say I want to take the Juce demo’s simple synth as a starting point. i want to add a Juce IIR filter and a Juce Reverb in series after it’s output. what is the best way to go about doing this? I’m afraid i don’t have much intuition for how to work with audio buffers yet, so I’m hoping some of you can take mercy on a noob and give me a few pointers for how to break this simple problem down.
thanks much!
nick