diff options
Diffstat (limited to 'audio/aseqview/README')
-rw-r--r-- | audio/aseqview/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/aseqview/README b/audio/aseqview/README new file mode 100644 index 0000000000..732e1beb89 --- /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. |