OSC Library
Atlas has an extensive OSC library to allow user control.
Functions associated with cue playback
Name | Message | Notes |
---|---|---|
Go | /atlas/go | |
Start a Cue | /atlas/cue/*/start | |
Stop a Cue | /atlas/cue/*/stop | |
Panic Workspace | /atlas/panic | |
Panic All | /atlas/panic/all | |
Select Previous Cue | /atlas/previous | |
Select Next Cue | /atlas/next |
Functions associated with locating objects
Name | Message | Notes |
---|---|---|
Send an object to its Default Location | /atlas/locate/* | |
Send a range of Objects to their Default Locations | /atlas/locate//thru/ | |
Send a group to its default location | /atlas/group/*/locate | |
Hard locate an object | /atlas/hard/locate/* | |
Hard locate a range of objects | /atlas/hard/locate//thru/ | |
Hard locate a group | /atlas/hard/locate/group/* |
Functions associated with locking objects
Name | Message | Notes |
---|---|---|
Lock an object | /atlas/object/*/lock | |
Lock a range of objects | /atlas/object//thru//lock | |
Lock a group of objects | /atlas/group/*/lock | |
Unlock an object | /atlas/object/*/unlock | |
Unlock a range of objects | /atlas/object//thru//unlock | |
Unlock a group of objects | /atlas/group/*/unlock |
Functions associated with soloing objects
Name | Message | Notes |
---|---|---|
Solo an object | /atlas/solo/* | |
Solo a group of objects | /atlas/solo/group/* | |
Clear solo command | /atlas/solo/clear |
Functions associated with palettes
Name | Message | Notes |
---|---|---|
Recall a palette | /atlas/palette/start | |
Move an object to a position palette | /atlas/locate/*/to/palette | |
Move a range of objects to a position palette | /atlas/locate//thru//to/palette |
Functions associated with OSC control
Name | Message | Notes |
---|---|---|
Enabling incoming OSC | /atlas/overrides/oscinput/enable | |
Disable incoming OSC | /atlas/overrides/oscinput/disable | |
Enable outgoing OSC | /atlas/overrides/oscoutput/enable | |
Disable outgoing OSC | /atlas/overrides/oscoutput/disable | |
Enable incoming MTC Timecode | /atlas/overrides/timecode/enable | |
Disable incoming MTC Timecode | /atlas/overrides/timecode/disable | |
Enable incoming tracking data | /atlas/overrides/tracking/enable | |
Disable incoming tracking data | /atlas/overrides/tracking/disable |
Functions associated with OSC control to external devices
Enable outgoing OSC to external device | /atlas/control/externaldevice/*/enable | |
Disable outgoing OSC to external device | /atlas/control/externaldevice/*/disable | |
Toggle outgoing OSC to external device | /atlas/control/externaldevice/*/toggle |
Last updated