]> git.alsa-project.org Git - alsa-utils.git/commit
aplaymidi2: Add -a option to pass all UMP packets
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Jul 2024 12:20:33 +0000 (14:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Jul 2024 12:28:44 +0000 (14:28 +0200)
commit6a676f4a46a57b45f7f6e8f80714b2c12337afd5
treef5ef67becda0de3ab3373793ee50c9f4ad7a3faf
parent47931000fd972a6f1838c2dee167ee09345be165
aplaymidi2: Add -a option to pass all UMP packets

So far, aplaymidi2 passes the MIDI1/MIDI2 channel voice UMP messages
to the target while processing other UMP messages internally.  But
sometimes we'd like to pass all UMP messages as is and let the
receiver processes.

This patch adds a new option -a (or --passall) to pass the all UMP
packets included in the given MIDI Clip file to the target as-is.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
seq/aplaymidi2/aplaymidi2.1
seq/aplaymidi2/aplaymidi2.c