aboutsummaryrefslogtreecommitdiff
path: root/audio/mididings/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2012-04-29 20:38:06 -0400
committerErik Hanson <erik@slackbuilds.org>2012-04-30 00:40:05 -0500
commited0c8629ade446f4ffcde26a918a8dc70956a1af (patch)
tree73d739ad45fbeae839c45a8413e7f6c337c9b829 /audio/mididings/README
parent3083d7626d834d262d01942c270cf48608faa171 (diff)
downloadslackbuilds-ed0c8629ade446f4ffcde26a918a8dc70956a1af.tar.xz
audio/mididings: Added (MIDI router)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/mididings/README')
-rw-r--r--audio/mididings/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mididings/README b/audio/mididings/README
new file mode 100644
index 000000000000..d44311cf24fc
--- /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.