Scale factors multiplying custom parameters

Hello,
I have a question,

Il would like to use multipliers to scale up or down custom parameters.
In my current patch, I am multiplying the current value of the custom parameter with a multiplier range from 0 to 2.

Works fine, but I want the output of the multiplication (null2) to always stay within the range of the custom parameter (scale from 1 to 4). So if my current value is already 4, multiplying by 2 would have no effect, and the multiplication range from 0 to 2 would output values from 1 to 4.
Basically need to take in account the current value to define the multiplication range i think…

Attached is the .tox
Thanks
multiplication-help.tox (1.01 KB)

not completely sure but maybe you would like something like this…?
multiplication-help1.tox (1.08 KB)

I figured it out in the end !
Thanks :slight_smile: