GAIN or MUL
To multiply two values.
To multiply two values.
Gain and MUL are the same, just with different keywords, where MUL means multiply.
The image shows the result of MUL(VALUE;0.5), or GAIN(VALUE;0.5).
To use GAIN or MUL in Mover, do:
GAIN(parameter1;parameter2)
MUL(parameter1;parameter2)
parameter1 and parameter2 are the values we want to multiply.