> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark/show-control/osc/osc-input-tirgger.md).

# OSC Input Trigger

OSC Input triggers allow you to control Spikemark from some other software.

{% hint style="danger" %}
It can be dangerous to trigger motion automatically, the other computer won't be able to know if there is a person in the way. We **strongly encourage** the use of [hold to run](/docs/showstopper/legacy/showstopper-consolette/connecting-the-consolette-to-spikemark.md).
{% endhint %}

## Configuration

To open the OSC Input configuration window from the **Show Control** menu select **OSC Input Trigger...**

![](/files/-Mi6fRvJC5aUSBh66h32)

### Options

![](/files/-Mi6fgc73nSeV_Q8hF6Q)

**1. Listen Port -** The port that Spikemark will start listening on for incoming OSC messages.

**2. Respond Port -** The port that Spikemark sends response and data messages back to.

**3. Send Status Messages -** Toggle on or off Spikemark's response messages.

**4. Is Enabled -** Indicates whether or not Spikemark is listening for OSC messages.

**5. Disable -** Stop listening for OSC messages.

**6. Enable -** Start listening for OSC messages


---

# 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://docs.creativeconners.com/docs/spikemark/show-control/osc/osc-input-tirgger.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.
