# \&midichannel

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md))

## Options

Example: `&midichannel=3`

<table><thead><tr><th width="183">Value</th><th>Description</th></tr></thead><tbody><tr><td>(<code>1</code> to <code>16</code>)</td><td>specifies which midi channel to listen on</td></tr></tbody></table>

## Details

These work in conjunction with [`&midi`](/advanced-settings/api-and-midi-parameters/midi.md) to allow for specifying which midi channel (1 to 16) to listen on. If you don't specify anything, it listens to all channels. Previously it was hard-coded to listen to just channel-1, but now it will listen to all channels unless filtered.

## Related

{% content-ref url="/pages/-MZHbGHBodwMtcW0BQS0" %}
[\&midi](/advanced-settings/api-and-midi-parameters/midi.md)
{% endcontent-ref %}

{% content-ref url="/pages/no1ptkE2Xn1UJ2ySlOK8" %}
[\&mididevice](/advanced-settings/api-and-midi-parameters/and-mididevice.md)
{% endcontent-ref %}


---

# 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.vdo.ninja/advanced-settings/api-and-midi-parameters/and-midichannel.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.
