# OSC Library

### Functions associated with cue playback

<table data-full-width="true"><thead><tr><th width="205.33333333333331">Name</th><th width="294">Message</th><th>Notes</th></tr></thead><tbody><tr><td>Go</td><td>/atlas/go</td><td></td></tr><tr><td>Start a Cue</td><td>/atlas/cue/*/start</td><td></td></tr><tr><td>Stop a Cue</td><td>/atlas/cue/*/stop</td><td></td></tr><tr><td>Panic Workspace</td><td>/atlas/panic</td><td></td></tr><tr><td>Panic All</td><td>/atlas/panic/all</td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td>Select Previous Cue</td><td>/atlas/previous</td><td></td></tr><tr><td>Select Next Cue</td><td>/atlas/next</td><td></td></tr></tbody></table>

### Functions associated with locating objects

<table data-full-width="true"><thead><tr><th width="206.33333333333331">Name</th><th>Message</th><th>Notes</th></tr></thead><tbody><tr><td>Send an object to its Default Location</td><td>/atlas/locate/*</td><td></td></tr><tr><td>Send a range of Objects to their Default Locations</td><td>/atlas/locate/<em>/thru/</em></td><td></td></tr><tr><td>Send a group to its default location</td><td>/atlas/group/*/locate</td><td></td></tr><tr><td>Hard locate an object</td><td>/atlas/hard/locate/*</td><td></td></tr><tr><td>Hard locate a range of objects</td><td>/atlas/hard/locate/<em>/thru/</em></td><td></td></tr><tr><td>Hard locate a group</td><td>/atlas/hard/locate/group/*</td><td></td></tr></tbody></table>

### Functions associated with locking objects

<table data-full-width="true"><thead><tr><th width="206.33333333333331">Name</th><th>Message</th><th>Notes</th></tr></thead><tbody><tr><td>Lock an object</td><td>/atlas/object/*/lock</td><td></td></tr><tr><td>Lock a range of objects</td><td>/atlas/object/<em>/thru/</em>/lock</td><td></td></tr><tr><td>Lock a group of objects</td><td>/atlas/group/*/lock</td><td></td></tr><tr><td>Unlock an object</td><td>/atlas/object/*/unlock</td><td></td></tr><tr><td>Unlock a range of objects</td><td>/atlas/object/<em>/thru/</em>/unlock</td><td></td></tr><tr><td>Unlock a group of objects</td><td>/atlas/group/*/unlock</td><td></td></tr></tbody></table>

### Functions associated with soloing objects

<table data-full-width="true"><thead><tr><th width="207.33333333333331">Name</th><th>Message</th><th>Notes</th></tr></thead><tbody><tr><td>Solo an object</td><td>/atlas/solo/*</td><td></td></tr><tr><td>Solo a group of objects</td><td>/atlas/solo/group/*</td><td></td></tr><tr><td>Clear solo command</td><td>/atlas/solo/clear</td><td></td></tr></tbody></table>

### Functions associated with palettes

<table data-full-width="true"><thead><tr><th width="207.33333333333331">Name</th><th>Message</th><th>Notes</th></tr></thead><tbody><tr><td>Recall a palette</td><td>/atlas/palette/start</td><td></td></tr><tr><td>Move an object to a position palette</td><td>/atlas/locate/*/to/palette</td><td></td></tr><tr><td>Move a range of objects to a position palette</td><td>/atlas/locate/<em>/thru/</em>/to/palette</td><td></td></tr></tbody></table>

### Functions associated with OSC control

<table data-full-width="true"><thead><tr><th width="208.33333333333331">Name</th><th>Message</th><th>Notes</th></tr></thead><tbody><tr><td>Enabling incoming OSC</td><td>/atlas/overrides/oscinput/enable</td><td></td></tr><tr><td>Disable incoming OSC</td><td>/atlas/overrides/oscinput/disable</td><td></td></tr><tr><td>Enable outgoing OSC</td><td>/atlas/overrides/oscoutput/enable</td><td></td></tr><tr><td>Disable outgoing OSC</td><td>/atlas/overrides/oscoutput/disable</td><td></td></tr><tr><td>Enable incoming MTC Timecode</td><td>/atlas/overrides/timecode/enable</td><td></td></tr><tr><td>Disable incoming MTC Timecode</td><td>/atlas/overrides/timecode/disable</td><td></td></tr><tr><td>Enable incoming tracking data</td><td>/atlas/overrides/tracking/enable</td><td></td></tr><tr><td>Disable incoming tracking data</td><td>/atlas/overrides/tracking/disable</td><td></td></tr></tbody></table>

### Functions associated with OSC control to external devices

<table data-full-width="true"><thead><tr><th width="209.33333333333331"></th><th></th><th></th></tr></thead><tbody><tr><td>Enable outgoing OSC to external device</td><td>/atlas/control/externaldevice/*/enable</td><td></td></tr><tr><td>Disable outgoing OSC to external device</td><td>/atlas/control/externaldevice/*/disable</td><td></td></tr><tr><td>Toggle outgoing OSC to external device</td><td>/atlas/control/externaldevice/*/toggle</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.atlas-control.app/glossary/atlas-controls/osc-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
