ASEQSEND(1) | General Commands Manual | ASEQSEND(1) |
aseqsend - send arbitrary messages to selected ALSA MIDI seqencer port
aseqsend -p client:port -s file-name
aseqsend -p client:port "hex encoded byte-string"
aseqsend is a command-line utility which allows one to send SysEx (system exclusive) data to ALSA MIDI sequencer port. It can also send any other MIDI commands. Messages to be sent can be given in the last argument as hex encoded byte string or can be read from raw binary file. When sending several SysEx messages at once there is a delay of 1ms after each message as default and can be set to different value with option -i.
A client can be specified by its number, its name, or a prefix of its name. A port is specified by its number; for port 0 of a client, the ":0" part of the port specification can be omitted.
aseqsend can send UMP packets as MIDI 2.0 device by specifying via -u option as well, while the default operation is the legacy MIDI 1.0 byte stream.
When UMP MIDI 1.0 or MIDI 2.0 protocol is specified, aseqsend reads the input as raw UMP packets, 4 each byte in big endian.
aseqsend -p 128:0 "F0 41 10 00 00 64 12 18 00 21 06 59 41 59 4E F7"
aseqsend -p 128:0 -s I7BulkDump.syx
aseqdump(1)
Miroslav Kovac <mixxoo@gmail.com>
11 Mar 2024 |