# Input Mix Option

| Message                              | Description                                               | Arguments |
| ------------------------------------ | --------------------------------------------------------- | --------- |
| `/mixeffect/legacy-audio/mix-option` | Sets the mix option for the selected legacy audio source. | Multiple  |

| Argument        | Type    | Description                                                                                                                                                                           |
| --------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Audio Source ID | Integer | Integer that is the audio source ID.                                                                                                                                                  |
| Mix Option      | Integer | <p><strong>MixEffect Version 1.4.4:</strong></p><p>0 = Toggle<br>1 = On</p><p>2 = Off<br>3 = AFV<br><br><strong>MixEffect Version 1.4.3:</strong><br>0 = Off<br>1 = On<br>2 = AFV</p> |

> **Note**: Prior to MixEffect 1.4.4, the values for MixOption were 0 = Off, 1 = On, 2 = AFV. In MIxEffect 1.4.4, these values were changed to be more consistent with the Fairlight Audio Input Mix Option OSC command.

A list of valid, but not exhaustive, Audio Source IDs on a per-switcher basis is included below.

```
case input1 = 1
case input2 = 2
case input3 = 3
case input4 = 4
case input5 = 5
case input6 = 6
case input7 = 7
case input8 = 8
case input9 = 9
case input10 = 10
case input11 = 11
case input12 = 12
case input13 = 13
case input14 = 14
case input15 = 15
case input16 = 16
case input17 = 17
case input18 = 18
case input19 = 19
case input20 = 20
case xlr = 1001
case aesbu = 1101
case rca = 1201
case mic1 = 1301
case mic2 = 1302
case mp1 = 2001
case mp2 = 2002
case mp3 = 2003
case mp4 = 2004
case trs = 1400-1499 (this is a range of TRS inputs)
case madi = 1500-1599 (this is a range of MADI inputs)
```


---

# 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.mixeffect.app/automate/osc/messages/legacy-audio/input-mix-option.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.
