diff options
author | B. Watson <yalhcru@gmail.com> | 2012-04-29 20:38:06 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:05 -0500 |
commit | ed0c8629ade446f4ffcde26a918a8dc70956a1af (patch) | |
tree | 73d739ad45fbeae839c45a8413e7f6c337c9b829 /audio/mididings/README | |
parent | 3083d7626d834d262d01942c270cf48608faa171 (diff) | |
download | slackbuilds-ed0c8629ade446f4ffcde26a918a8dc70956a1af.tar.gz |
audio/mididings: Added (MIDI router)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/mididings/README')
-rw-r--r-- | audio/mididings/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mididings/README b/audio/mididings/README new file mode 100644 index 0000000000..d44311cf24 --- /dev/null +++ b/audio/mididings/README @@ -0,0 +1,13 @@ +mididings (python-based MIDI router/processor/filter) + +mididings is a MIDI router and processor based on Python, supporting +ALSA and JACK MIDI. It is available under the GNU GPL and currently runs +on Linux. Fuatures: + +- MIDI routing and filtering +- Modifying and converting MIDI events +- Seamless switching between patches +- MIDI event monitoring, running external commands + +This requires jack-audio-connection-kit and libsmf. pyliblo is optional, +but recommended. |