Control FS2020 with a Behringer X-Touch Mini
Download the zip, extract, run the exe. In case you want to modify the code follow the instructions below.
Release archive | Development |
---|---|
See below |
Modify the files in the Configuration folder to change assignments.
To use the encoders, the behavior must be set to Relative2 mode.
To help with that I've added my config files that can be programmed to the X-Touch by using the
X-Touch editor software from Behringer.
Download it from their Product page.
Note from @ticktricktrack I'm not a python coder and I usually work on a Mac, I'll put as many comments in here to be able to follow this with minimal coding knowledge.
git
python
https://www.python.org/downloads/windows/- Make sure you add python to your command line path variable
- Visual C++, installed via build tools installer
# I prefer to use git bash as a terminal over the windows cmd
git clone https://github.com/maartentamboer/X-Touch-Mini-FS2020.git
cd X-Touch-Mini-FS2020
pip install -r requirements.txt
# start msfs
python main.py