Groove Actions
GROOVEQNT
it takes one argument a float value like 1.5 or 20.5 to set the quantisation amount of the groove used by this clip. It will change the value in the groove pool.
Example
[] 1 / USER_CLIP(2) GROOVEQNT 20.5
GROOVERND
changes the random value of the groove used by the clip. It applies to the corresponding groove in the pool. values valid from 0 to 100
Example
[] 1 / USER_CLIP(2) GROOVERND 59
GROOVETIME
changes the timing value of the groove used by the clip. It applies to the corresponding groove in the pool. values valid from 0 to 100
Example
[] 1 / USER_CLIP(2) GROOVETIME 59
GROOVEVEL
a clip UA, same usage as above. changes the velocity value of the groove used by the clip. It applies to the corresponding groove in the pool. values valid from -100 to 100
Example
[] 1 / USER_CLIP(2) GROOVEVEL -30.4
usage of user action for clips: User action for clips syntax