Skip to content
/ midimap Public

Library to translate MIDI events to operating system events, mainly for keystroke simulation

Notifications You must be signed in to change notification settings

mwicat/midimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midimap

This library allows you to translate MIDI events coming from devices to operating system keystrokes. For example, you can translate C1 note from MIDI keyboard to simulate letter 'C' typed with PC keyboard.

At the moment, it only works on Windows but can be easily ported to *NIX if proper midimap/keystroke.py analogue is given.

A simple example is attached in examples/keydigit.py directory.

Dependencies

Installation

From source

To install using pip:

pip install -e git+https://github.com/mwicat/midimap.git#egg=midimap

Ensure you have Pygame installed on your system, for Debian:

sudo apt-get install python-pygame

About

Library to translate MIDI events to operating system events, mainly for keystroke simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages