What's the correct method to lerp between EQ settings in real time? (BP)

@Minus_Kelvin

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.

SC mix override

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!