I’m using Quartz and looking for the proper way to smoothly Lerp between two sets of EQ parameters in real time. In the past, I’ve used a sound class mix override with a non-zero fade in time and that’s fine for a handful of sound class mixes or non-instantaneous changes.
Now, however, I need a way to immediately adjust the EQ based upon a [0,1] float with several degrees of precision. What would you suggest?
Appreciate any direction anyone can give!