MIDI to keyboard mapper
This program allows to map MIDI-keys to keyboard keys, i.e one's pressing a key on MIDI-keyboard triggers mapped keypress on a PC-keyboard. I've essentially written this tool for OSU!Mania, since it doesn't support MIDI input devices.
Plug in your MIDI-keyboard or whatever MIDI-, run M2KB, if you don't have it configured previously, map midi keys to keyboard by pressing KB key, then MIDI one, press ESC, config will be saved in keymap.cfg in the program directory, so that you won't have to remap keys everytime you run the program, then M2KB enters mapping mode.
You can either build this app yourself from source or download a precompiled binary from the releases page.
- install docker
make build
Only Windows is supported.
This program uses PDCurses and inifile-cpp