it's a simple python program that allows you to convert midi inputs to keyboard inputs in real-time using the python pynput library
should now work on linux, windows and mac!
lowered latency by using a library instead of piping commandline output using subprocess
pip install the dependencies listed in dependencies.txt
now sets up automatically!
-
run start.py with the key configuration being an empty dict
-
copy the printed key id
-
paste it in the
key_config
dict in config.py
reminder: the key is the midi input code, while the value is the key code thats gonna be pressed