]> git.alsa-project.org Git - alsa-utils.git/commit
aseqsend: initial version
authorMiroslav Kovac <mixxoo@gmail.com>
Sun, 28 Apr 2024 13:53:15 +0000 (15:53 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 23 May 2024 11:22:20 +0000 (13:22 +0200)
commit7547242d0faf39046d68a762b323517317a4681a
treeb3fb30bea4b716329bd3fdb8784bfd21f902155d
parentba2bc072dcc265ac9e0e3073d55ee2dc8e2a7f56
aseqsend: initial version

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>
.gitignore
configure.ac
seq/Makefile.am
seq/aseqsend/Makefile.am [new file with mode: 0644]
seq/aseqsend/aseqsend.1 [new file with mode: 0644]
seq/aseqsend/aseqsend.c [new file with mode: 0644]