> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-show-and-animation/depence-show-sequencer/depence-track-types/osc-track-1.md).

# OSC Track

You can send an OSC packet from a sequence to another application on a different computer or controller. \
\
To do this, add an OSC track. Now right-click on the newly created OSC track and then assign any name and the IP address of the device you want to send the message to in the track settings. \
Now record an OSC event at the corresponding places within the sequence and assign an OSC compliant command in the event settings.

{% hint style="warning" %}
To set the IP address, right-click on the OSC Track and then click on Settings in the popup menu.
{% endhint %}

<figure><img src="/files/vC3uBohMOOY4oAJU0etG" alt=""><figcaption><p>OSC Track Settings</p></figcaption></figure>

{% hint style="info" %}
A typical OSC command always begins with a slash ("/")\
Example : /Depence/StartProcess 1
{% endhint %}

<figure><img src="/files/ZcA5JW25YE2WZDLvUftJ" alt=""><figcaption><p>OSC Track</p></figcaption></figure>

An OSC command can have up to two additional parameters. To enter the OSC command and the parameters, draw an OSC event into the track, select it, and change the values in the Settings window.

<figure><img src="/files/oukA2bI9NphW4k4wj3AI" alt=""><figcaption><p>OSC Event Settings</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.depence.com/depence-show-and-animation/depence-show-sequencer/depence-track-types/osc-track-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
