# 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: 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.depence.com/depence-show-and-animation/depence-show-sequencer/depence-track-types/osc-track-1.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.
