aboutsummaryrefslogtreecommitdiff
path: root/audio/aseqview/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-09-16 19:10:43 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-09-17 23:11:57 +0100
commit28528be906556fdeab87fedee7f3478fbb1250e9 (patch)
tree47d1aa78395179981e9774370d7596e9ddf4648e /audio/aseqview/README
parent94fc81c61bf759ba4e5f04c29c6fabf1d239bb09 (diff)
audio/aseqview: Added (ALSA sequencer event viewer).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/aseqview/README')
-rw-r--r--audio/aseqview/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/aseqview/README b/audio/aseqview/README
new file mode 100644
index 000000000000..732e1beb893e
--- /dev/null
+++ b/audio/aseqview/README
@@ -0,0 +1,13 @@
+aseqview (ALSA sequencer event viewer)
+
+ASeqView is an ALSA sequencer user-client which works as an event
+viewer. It visualizes received events, e.g. note-on/off, controls,
+pitch wheels, using bar graphs, as often seen in many sequencer
+programs. Using this viewer, even a simple command line sequencer like
+pmidi or playmidi1 becomes a cool one with graphical interface :-)
+
+Another feature of ASeqView is redirection of events. ASeqView can
+output the received events to subscription ports with some modification
+like channel mute or pitch change. Since this works as a real-time
+filter client, such modifications can be applied also in real-time
+without complexity.