Convert midi input into keyboard commands.
The motivation for this project is to allow a midi keyboard to execute arbitrary keyboard commands. As data is streamed from a midi device, it is translated into standard keyboard keys according to a provided input keymap. The result is sent to the host via a virtual USB keyboard device.
- Gcc
- alsa-lib
make all
./miditokb -h
This project is a fork of amidi from alsa-utils (http://www.alsa-project.org/main/index.php/Main_Page).