# OSCSender

This plugin provides you with the means to send OSC messages using the OSC output.

![](/files/-M8pVXvINXt_KA4d1s_l)

## How To Use

### Configuration

First you need to enable this plugin using the [Settings](/guide/views/settings.md) menu.

Add a [Fixture ](/guide/actors.md)and select one of the available OSC outputs.

You can set the destination IP address for each Fixture in the [Inspector](/guide/views/schematic.md#fixture-configuration-inspector).

![](/files/-M8pWXFTXtymiDJcisWT)

The sending port is currently fixed at **8888**.

### Options

Currently you can not define the destination OSC address and can only choose from a handful of predefined combinations of target addresses and contents based on the current state of the fixture. These are:

#### Color

**Target address:** /color\
**Contents:** First pixel as Color

#### Dimmer

**Target address:** /value/\<CHANNEL-1>\
**Contents:** First pixel HSV Value as Float

#### Flashlight

**Target address:** /flashlight\
**Contents:** First pixel HSV Value > 0.5 as Boolean

#### Pixel

**Target address:** /value/\<CHANNEL-1>\
**Contents:** First pixel HSV Value as Float

#### Pixels

**Target address:** /colors\
**Contents:** All pixel RGB values as Floats

#### Stepper

**Target address:** /pulseLength\
**Contents:** Speed translated into pulse length with limited damped changes, as Integer


---

# 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.scenic.tools/plugins/oscsender.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.
