Is there a canonical way that I’ve missed to use juce::SmoothedValue
s in conjunction with a dsp::ProcessorChain
or do we manually have to create a AudioBlock
and dsp::ProcessContext
to process each sample (or maybe small chucks).
Cheers for any pointers.