# Overview

Plugins provide you with the ability to extend MIDI Mixer and leverage its core concepts to provide control for any application with generic rules that can apply to any MIDI device. Control apps, games, or even hardware like [Philips Hue lighting](https://github.com/midi-mixer/plugin-hue), helping other users get the most out of their device.

**Plugins are strongly encouraged to be open source**, and MIDI Mixer itself has a number of "official" open source plugins to use as examples over on [GitHub](http://github.com/midi-mixer).

{% content-ref url="/pages/-MbgyEdau9YEDQpkVdYC" %}
[Use a plugin](/plugins/use-a-plugin.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MbgyZbOC3Byxd8g4cul" %}
[Create a plugin](/plugins/create-a-plugin.md)
{% endcontent-ref %}

## Known plugins

<table><thead><tr><th width="211.92447939195773">Name</th><th width="164.68922895821072">Author</th><th>Description</th><th data-hidden>Link</th></tr></thead><tbody><tr><td><a href="https://github.com/Jaggernaut555/midi-mixer-brightness">Brightness</a></td><td><a href="https://github.com/Jaggernaut555">Jaggernaut555</a></td><td>Control the brightness of your monitors.</td><td><a href="https://github.com/Jaggernaut555/midi-mixer-brightness">https://github.com/Jaggernaut555/midi-mixer-brightness</a></td></tr><tr><td><a href="https://github.com/midi-mixer/plugin-discord">Discord</a></td><td>MIDI Mixer</td><td>Toggle mute/deafen, adjust input/output volume, and more.</td><td><a href="https://github.com/midi-mixer/plugin-discord">https://github.com/midi-mixer/plugin-discord</a></td></tr><tr><td><a href="https://github.com/Theo428/midi-mixer-mqtt">Home Assistant / MQTT</a></td><td><a href="https://github.com/Theo428">Theo428</a></td><td>MQTT communication for controlling Home Assistant and other smart-home devices.</td><td></td></tr><tr><td><a href="https://github.com/Jaggernaut555/midi-mixer-LiveSplit">LiveSplit</a></td><td><a href="https://github.com/Jaggernaut555">Jaggernaut555</a></td><td>Control LiveSplit using buttons.</td><td></td></tr><tr><td><a href="https://github.com/Jaggernaut555/midi-mixer-nanoleaf">Nanoleaf</a></td><td><a href="https://github.com/Jaggernaut555">Jaggernaut555</a></td><td>Change the brightness, hue, and saturation of Nanoleaf panel groups.</td><td><a href="https://github.com/Jaggernaut555/midi-mixer-nanoleaf">https://github.com/Jaggernaut555/midi-mixer-nanoleaf</a></td></tr><tr><td><a href="https://github.com/midi-mixer/plugin-obs">OBS</a></td><td>MIDI Mixer</td><td>Control source volumes, scenes, and streaming status.</td><td><a href="https://github.com/midi-mixer/plugin-obs">https://github.com/midi-mixer/plugin-obs</a></td></tr><tr><td><a href="https://github.com/midi-mixer/plugin-hue">Philips Hue</a></td><td>MIDI Mixer</td><td>Control brightness and hue of Philips Hue lights and groups.</td><td><a href="https://github.com/midi-mixer/plugin-hue">https://github.com/midi-mixer/plugin-hue</a></td></tr><tr><td><a href="https://github.com/Jaggernaut555/midi-mixer-spotify">Spotify</a></td><td><a href="https://github.com/Jaggernaut555">Jaggernaut555</a></td><td>Control Spotify volume, skip tracks, play/pause, and add the current playing track to favourites.</td><td>Control spotify volume, skip tracks, play/pause, and add the current playing track to favourites.</td></tr><tr><td><a href="https://github.com/Jaggernaut555/midi-mixer-twitch">Twitch</a></td><td><a href="https://github.com/Jaggernaut555">Jaggernaut555</a></td><td>Run ads and clip your Twitch.tv channel.</td><td></td></tr><tr><td><a href="https://github.com/Jaggernaut555/midi-mixer-voicemeeter">VoiceMeeter</a></td><td><a href="https://github.com/Jaggernaut555">Jaggernaut555</a></td><td>Control strips and busses. Works with VoiceMeeter, VoiceMeeter Banana, and VoiceMeeter Potato.</td><td><a href="https://github.com/Jaggernaut555/midi-mixer-voicemeeter">https://github.com/Jaggernaut555/midi-mixer-voicemeeter</a></td></tr><tr><td><a href="https://github.com/anaisbetts/midi-mixer-wavexlr">Wave XLR</a></td><td><a href="https://github.com/anaisbetts">anaisbetts</a></td><td>Control your Wave XLR device. Currently supports faders only.</td><td><a href="https://github.com/anaisbetts/midi-mixer-wavexlr">https://github.com/anaisbetts/midi-mixer-wavexlr</a></td></tr></tbody></table>


---

# 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.midi-mixer.com/plugins/overview.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.
