mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
7547242d0f
aseqsend is a command-line utility which allows one to send SysEx (system exclusive) data to ALSA MIDI seqencer port. It can also send any other MIDI commands. Closes: https://github.com/alsa-project/alsa-utils/pull/257 Signed-off-by: Miroslav Kovac <mixxoo@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
5 lines
109 B
Makefile
5 lines
109 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
EXTRA_DIST = aseqsend.1
|
|
|
|
bin_PROGRAMS = aseqsend
|
|
man_MANS = aseqsend.1
|