A python Script which allows to use Numpad as MIDI Pad
Download KeyMIDI.py file from here
- Numpad can be transformed into a MIDI pad
- It allows upto 40 keys (10x4) range from
C0
toD#3
that you can assign to anything in your DAW - Numpad is divided into 4 Sections
- Install
pynput
andpython-rtmidi
libraries through pip3 (pip3 install pynput python-rtmidi
) - Download LoopMIDI application from here
- Create a virtual port inside loopMIDI
- Run
KeyMIDI.exe
- Enter virtual port number of loopMIDI when asked
- pynput
- python-rtmidi
Optimized for fast switching between keys but between section might have some latency (to be fixed in future updates)