# OSC

{% hint style="success" %}
You can find a full list of Atlas's OSC library in the [OSC Glossary.](/glossary/atlas-controls/osc-library.md)
{% endhint %}

{% hint style="info" %}
Atlas is fixed to listening to incoming OSC on port 5050.
{% endhint %}

#### Assigning a Debounce Time

Atlas has the ability to ignore OSC commands that occur within a given timeframe. By entering a time in this window Atlas will not respond to the same command within that time.  By default this setting is 0.20 seconds.&#x20;

#### Allow OSC to move playhead

Selecting this option will allow external OSC commands to move the playhead within the workspace.&#x20;

#### Custom OSC Trigger

Atlas can be triggered via a custom OSC Trigger message. To assign a custom string to trigger Atlas's cuestack enter the necessary string within this window.&#x20;

{% hint style="info" %}
An example where the custom OSC Trigger can be used includes the triggering of Atlas scene for scene alongside a sound console.  By creating matching scene numbers in Atlas to coincide with the console Atlas will seamlessly mirror the console scene structure.&#x20;
{% endhint %}

### Atlas Trigger Output

Atlas can output a specific OSC command when it is triggered. You can sepecify the IP address and port here.&#x20;

<figure><img src="/files/UzaRNvLYgGmFGqJ602NH" alt=""><figcaption><p>Show Settings - Triggers showing OSC settings within Atlas</p></figcaption></figure>


---

# 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/show-settings/triggers/osc.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.
