Skip to content

A python Script which allows to use Numpad as MIDI Pad

License

Notifications You must be signed in to change notification settings

goldnjohn/KeyMIDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KeyMIDI

A python Script which allows to use Numpad as MIDI Pad

Releases

Download KeyMIDI.py file from here

Features

  • Numpad can be transformed into a MIDI pad
  • It allows upto 40 keys (10x4) range from C0 to D#3 that you can assign to anything in your DAW
  • Numpad is divided into 4 Sections

shot

* Keys in the section are as follows

shot shot

shot shot

Usage

  • Install pynput and python-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

Dependencies

  • pynput
  • python-rtmidi

Issues

Optimized for fast switching between keys but between section might have some latency (to be fixed in future updates)