Hello,
The H9 Spring Reverb algorithm has a “mix” parameter, that controls the mix between the reverb signal (wet) and the tremolo signal (dry).
The mapping from MIDI CC number to mix ratio is not intuitive – it seems to be a quadratic function, but not an obvious one:
Number 0 maps to Mix 0
Number 127 maps to Mix 100
Number 64 maps to Mix 34 (I would expect 50, if it were linear, or 25 if it were a straightforward quadratic)
And the other values are similar: it grows very slowly for small CC numbers, and very fast for large CC numbers
What is the rationale for this?
Thanks
John