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