Documentation
Bridge OSC Companion Module
This module sends OSC commands to the Bridge OSC plugin.
Set Bridge transport, host and port in the module config.
- UDP default port:
8080 - TCP default port:
8081
UDP is connectionless, so the module can only report that the target is configured. TCP uses a persistent socket and reports real connection state.
Available Actions
- Play item by id
- Sends
/api/items/playItemwith item id argument.
- Sends
- Stop item by id
- Sends
/api/items/stopItemwith item id argument.
- Sends
- Play current main selection
- Sends
/api/client/selection/play.
- Sends
- Stop current main selection
- Sends
/api/client/selection/stop.
- Sends
- Play items by tag
- Sends
/api/items/tags/:tag/play.
- Sends
- Stop items by tag
- Sends
/api/items/tags/:tag/stop.
- Sends
- Send raw OSC path
- Sends any OSC path, optionally with one typed argument.
Variables
last_path: The last OSC path sent from this module.last_args: JSON representation of the last OSC arguments sent.
More from SVT
Neo
SVT
Vendor