# X-Touch Midi Mode

{% hint style="danger" %}
Starting with version 0.9.21 SPAD.neXt no longer supports the X-Touch mini midi mode. Please see the MC Mode section.
{% endhint %}

Setting up a Midi Device using the X-Touch Mini. Covers application configuration and UI to Hardware explanation. Example walkthrough for configuration Events to Encoder, Buttons and the LEDs to conditional events.

![](/files/4qcLA1tBzBaKEiDRYYbB)

{% embed url="<https://youtu.be/tbL4QMsABFE>" %}
X-Touch Mini Initial Setup and Config Examples
{% endembed %}

Moving on from the Basics to controlling Axis with Control Change Values. We use the Slider/Fader of the XTouch to control some Overhead Lights and some Lvars!! We also throw in some review of using the Data Monitor and Event Monitor to figure out which variables or events we need to control.

{% embed url="<https://youtu.be/EUoqibwPPm8>" %}
X-Touch Mini Slider/Fader Configuration
{% endembed %}

Use Local Variables and Conditional Events to put Multiple Functions onto a single Knob. Here we use the example of toggling a Variable on the X-Touch by pushing the Knob to flip between Heading and Speed Controls. We also setup a second Local Variable to make the Second Knob flip between Altitude adjustment in 100 Foot increments to 1000 Foot Increments.

{% embed url="<https://youtu.be/_hV32_FKfLA>" %}
Local Variables, Conditional Events = Multiple Controls per Knob
{% endembed %}

In this video we map the XTouch Mini to work with the WT G1000 NXi and the SWS Kodiak! Note this layout and config should work with any G1000NXi equipped plane! Full Autopilot control, PFD, MFD and even COM/NAV Radios and Audio Support.. Perfect for VATSIM users!

{% embed url="<https://youtu.be/3Ihb_UGN-Qk>" %}
XTouch Setup for G1000 NXi
{% endembed %}

{% embed url="<https://youtu.be/lWJrVxHxHS0>" %}
MS ATR 600 X-Touch Autopilot Configuration
{% endembed %}


---

# 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.spadnext.com/guides-and-videos/videos-device-specific/x-touch-midi.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.
