Scriptlet: Easy-Ramp (provides a ramp/time based parameter)

The scriptlet in the gig file provides a simple set of parameters for automated “movement”.
There is one parameter climbing from 0 to 1 and another going in the opposite direction (1 to 0).
You can also set the running time within the parameter’s value change will be done.
And there is of course a parameter to get the ramp-generator (timer) running.
To make use of those automated values (i.e. for automated fading), link two knob/fader widgets, while one is parameter-bound to the scriptlet and the other to some plugin’s parameter you want to control (i.e. a mixer volume).
easyramp

Best if you save the scriptlet from the wiring view as a “Favorite” (right click, “Save as Favorite”) so you always can easily insert it into your own projects (right click in wiring view: Favorites…).

Easy Ramp.gig (77.1 KB)

EDIT:
The difference to the “Auto Move” scriptlet is the much finer resolution, especially with short runnig times.

8 Likes

I just thought about this:
If you want the ramp-parameters to stay at their end-position, open the Scriptlet, click the “pencil” (=edit the code)


…and make the following changes within the code:

…or just delete that whole code-block…

When done, press the “Compile” button (bottom/right)!

4 Likes

I’ve now tried out the script and successfully implemented it in the first song. It works exactly as I imagined. Thanks.

1 Like

Thanks for this, schamass! Very clever and useful.

1 Like