alsa-project / alsa-utils

The Advanced Linux Sound Architecture (ALSA) - utilities
GNU General Public License v2.0
197 stars 136 forks source link

Added new utility aseqsend #257

Closed mj15003 closed 4 months ago

mj15003 commented 6 months ago

New utility aseqsend enables to send MIDI messages encoded as a string of hexadecimal characters to specified ALSA seqencer port. Similar functionality is already available with amidi tool, however only for raw midi ports. Aseqsend command has been developed mainly to conveniently test and debug another MIDI software. I think it might be useful for others to be included with general alsa-utils package.

perexg commented 5 months ago

Please, rebase to current master (git rebase) and squash commits to one with a good comment. Remove fixup from subject. Also, add your Signed-off-by line. Thank you for your contribution.

mj15003 commented 5 months ago

Rebased to master and squashed. Should be ready to merge.