QRAMP
qramp will calculate the ms to the next bar and insert the right ramp value to an action list where you use %qramp%
as a placeholder.
you can specify how many bars you want to ramp. if you don’t specify any length, it will aim on the next bar.
Examples:
[] qramp "1 / VOL %qramp% 100"
[] qramp 1 "1 / VOL %qramp% 100"
[] qramp 2 "1 / VOL %qramp% 100"
That will trigger an action list like this:
[] 1 / VOL RAMP 50 100
when it’s about 5 seconds to the next beginning of a bar.
Warning
the action list has to go into double quotes "
if you want to use names, just use single quotes: ’
Examples:
[] qramp 2 " 'BASS' / SEND %qramp% 127 "