]> git.alsa-project.org Git - alsa-utils.git/commit
aplaymidi2: Add initial version
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Jul 2024 10:25:45 +0000 (12:25 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Jul 2024 15:20:33 +0000 (17:20 +0200)
commitaa5e949403a9214428b62125c8b11f3bbdadccbb
tree54091b4be4dc563f0bc00cac7d817947b89988e4
parentca82cf8ed63c10b5bd018624e29d07c765d3e5ff
aplaymidi2: Add initial version

aplaymidi2 is a program similar like aplaymidi, but intended for
playing back a MIDI Clip file that was introduced for handling UMP.
MIDI Clip file contains UMP packets, and its structure is much simpler
than SMF.

The options are mostly same as aplaymidi, but I omitted -l option for
simplifying the code.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac
seq/Makefile.am
seq/aplaymidi2/Makefile.am [new file with mode: 0644]
seq/aplaymidi2/aplaymidi2.1 [new file with mode: 0644]
seq/aplaymidi2/aplaymidi2.c [new file with mode: 0644]