Script actions

Please note that the syntax for actions is similar to events, with two crucial differences:

  • Curly brackets surround actions, while parentheses surround events.

  • Intervals cannot be defined for actions.

Several actions reference dropdown options and these actions must define the available dropdown option exactly as displayed in the dropdown, case-sensitive. The easiest way to get the correct text for these actions is to select the option in the dropdown and then right-click the dropdown. This will copy the selected option name to the clipboard, and you can paste it into the script action.

Actions

{cc:_channel_,_cc_,_value_}
{cc:1,1,64}

  • _channel_ is the Midi channel on which the command should be sent.

  • _cc_ is the target control in the range 0-127.

  • _value_ is the value for the control in the range 0-127.

  • To send the received value, use #@e_ccvalue#.