Impostor wrote: ↑Sat Sep 07, 2024 9:07 am
With "parameter range" you can select which cc you want the scale to apply to.
So if you want to scale "reverb send" (CC91) only, set min and max param values to "91", "mode" to "include", then set the desired scale and offset for the reverb send values. In your case I'd use "0.97" for the scale, with offset "0".
If you just want to map values >124 to 124, you can chain two instances in series:
Set the first to offset by 3, the second by -3, with "value mode" set to "clamp" in both. (and keep both value scales at 1.0)
I used the first method, which I thought did the trick until I realized that, unlike in QTractor, which is what @bluebell was using, in Carla there is limited granularity with what values can be entered for the parameters. I encountered this problem before but it didn't matter much until now. The sliders jump values, sometimes pretty hugely, and manually setting the value only allows one digit after the decimal. For example, I can use the slider to select .9999999, or set the value to .9 or 1, but nothing finer. So basically I'm stuck with my max MIDI at either 114, which is too low, or the original 127.
However, your second option solved my problem - I don't understand it why the two instances with opposite values, but it works! Thanks!