Skip to main content

OSC

The OSC protocol block allows an OSC command to be created directly from within a process and sent out of an output method or patch defined under Workspace Settings.

Upon receiving an input, the OSC block will send the contents defined within it. (If using variables, this will send a snapshot of the values when the input is triggered).

  • OSC Patch - Defined within Workspace Settings.
  • Message - Create a message, leaving a space for Arguments and separating Arguments array values with a space. (i.e. /command_value 5), - Ctrl will automatically format the argument.

To send multiple commands in quick succession with precise timing, creating an Action is a better option compared to triggering multiple protocol blocks with Delay timers.

Note: Ctrl Suite does not support OSC Bundles.

Find out more about OSC here.