This is a configurator for the amazing utility found at https://github.com/lebaston100/MIDItoOBS
- Obviously a (USB) MIDI controller
- Python 3
- A few pip packages
-
Install Python 3.x.x (whatever the latest version is)
-
On Windows: Make sure you trick "Add Python 3.x to PATH" in the setup
- Make sure you also install pip
- For instructions how to install TinyDB click here
- For instructions how to install mido and python-rtmidi click here
- For instructions how to install websocket-client click here
If you want to install all packages in one go, run "pip install -r requirements.txt"