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.

{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 "#value#". See below.