Testing

To determine if a user action is working add --test to the end of the action, e.g. ADDQUOTES --test.

That will output a message in the status bar, putting out the version you are using, like this:

folder folder

Logging

For debugging purposes you can turn on the logging of each user action with

addquotes --log on and off again with addquotes --log off

you should see a message at the bottom:

logging logging

This should work with each action listed on the left under “Action Reference”

Syntax

Basically you use a user action just like any other action in ClyphX. Except device or clip actions, you have to put

USER_ before DEV or CLIP, becoming

USER_DEV or USER_CLIP.

For example to use the user clip action LAUNCHMODE on the selected clip: USER_CLIP(SEL) LAUNCHMODE

same goes for user device action: USER_DEV(SEL) CONTEXTBINDING