These are the modes and colors supported:
They can be changed from the python script, so it's up to the LD to modify it to their preference. The script can also be modified to match other controllers that needs sepparate midi channels for sepparate modes.
The steps & requirements are pretty straightforward
Step 1: Install Python from here
Step 2: Make sure pip is installed or install it from here
Step 3: Install Microsoft C++ Build Tools 14.0 (Select C++ Compiling Tools) from here
Step 4: Reboot your computer and type on a CMD:
Code: Select all
pip install rtmidi
Step 6: Compile Midi Loopback
Step 7: Run Midi Looback
Step 8: Run Python Translator
Step 9: Run QLC+
Step 10: Set MIDI input as the Akai APC Mini MK2
Step 11: Set the Feedback on the MidiLoopback
Step 12: Enjoy
This is how the APC Mini MK2 looks like when everything is working
https://youtu.be/wQ1gawTDCTc
The python script should automatically select the MIDI input/output. It almost doesn't take any CPU at all (tested on a i7 12700K). Never coded on Python so if there is any error let me know and I will improve it.
Edit: Script link