Skip to content
/ zmidimap Public

Program for mapping midi signals to shell commands

License

Notifications You must be signed in to change notification settings

zawwz/zmidimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmidimap

Map midi signals coming from ALSA midi devices to shell commands

Dependencies: alsa-utils

Installing

Package

Debian/Ubuntu

Download the .deb package then run: sudo dpkg -i zmidimap.deb ; sudo apt -f install

Standalone

Download zmidimap.tar.gz for a standalone executable

From source

Depends on: ztd

make -j6 for a shared build
STATIC=true make -j6 for a static build

Usage

zmidimap [options] <map file>
This is a daemon program, it does not start any background process by itself and needs to be constantly running for the mapping to be active

Map File / Configuration

See example.mim for an example file
For more details see zmidimap --help

Options

To scan for devices use zmidimap -l
To scan a device's inputs use zmidimap -p <client name>

For more details see zmidimap --help