]> git.alsa-project.org Git - alsa-utils.git/commit
aseqdump: Fix typos in messages
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 Jan 2025 07:29:10 +0000 (08:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Jan 2025 07:29:10 +0000 (08:29 +0100)
commit4efe03bdfa60fd8c9bd92d0a957cf9637fe52d75
tree3a9107bb57dc335d1200abb2710bb48b1f499a88
parent3424aacc15d355fb968b394341baca8a0c9beb5d
aseqdump: Fix typos in messages

The message for a MIDI2 pitch bend event was shown incorrectly as
channel pressure.  Fix it.

Also, some MIDI2 note-on events referred to note-off union fields and
those should be corrected, too (although both point to the same
address, hence there is no difference in the outputs).

Closes: https://github.com/alsa-project/alsa-utils/issues/285
Signed-off-by: Takashi Iwai <tiwai@suse.de>
seq/aseqdump/aseqdump.c