amidi
amidi is a command-line utility that is part of the ALSA utilities package for Linux and other Unix-like systems. It provides a lightweight interface to the ALSA MIDI sequencer and MIDI drivers, enabling users to send and receive raw MIDI messages from the terminal or in scripts. The tool is commonly used for testing MIDI hardware, debugging devices, and automating MIDI workflows.
Functionality includes capturing and displaying incoming MIDI data, and sending messages such as SysEx (system exclusive)
Common usage patterns include specifying a port with the -p option, sending a SysEx message with the
Development and licensing: amidi is part of the ALSA project and distributed under the GNU General Public