About QwertyKeyboardMidi:

QwertyKeyboardMidi is a Win32 C++ project that allows you to use your QWERTY keyboard as a MIDI controller. When coupled with MIDI Yoke it allows you to use the keyboard to control software running locally, such as Cubase or Logic.

Usage:

Select a MIDI output device and click 'Enable'. QwertyKeyboardMidi will then intercept keystrokes and send them as MIDI data. It is possible to change the MIDI output destination on the fly. Click 'Disable' to get your keyboard back to normal.

The keyboard layout can be seen here.

Download:

Download QwertyKeyboardMidi here.

Source Code:

svn co https://qkmidi.svn.sourceforge.net/svnroot/qkmidi/trunk

Author:

QwertyKeyboardMidi was programmed by Anthony Lauzon. Special thanks go out to J. Glatt for his Low Level MIDI API tutorial.