RESMACRO
a device action which lets you either reset your macros or put them to specific values:
USAGE: (syntax of device user actions: device user action syntax)
Example:
[] 1 / USER_DEV(1) RESMACRO
or [] RESMACRO
this will set all macro values to 0
[] RESMACRO 0 127 0 50
This will set first value to 0, 2nd to 127, 3rd to 0, 4th to 50.
[] RESMACRO 0 127 _ 50
same as the prior action, but it won’t change the third value
If you don’t specify a value, it will set the value to 0. If you want to define only the first values, here is additional option:
[] RESMACRO 0 127 80 50 end
If the action finds the word end, it will stop.