.\" Generated by scdoc 1.11.3 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "send_midi" "1" "2023-01-14" .PP .SH NAME .PP send_midi - Send one or more MIDI events via ALSA or JACK .PP .SH DESCRIPTION .PP A simple utility to send MIDI events to any ALSA or JACK MIDI client, using a terse command line format.\& .PP .SH OPTIONS .PP \fB-A\fR, \fB--alsa\fR .RS 4 Use the ALSA backend (default).\& .PP .RE \fB-J\fR, \fB--jack\fR .RS 4 Use the JACK backend.\& .PP .RE \fB-0\fR, \fB--zero-based\fR .RS 4 Determines whether channel & program numbers used in events have a data offset applied.\& When the flag is enabled, the numbers are 0-127.\& The default range is set to 1-128.\& .PP .RE \fB-h\fR, \fB--help\fR .RS 4 Shows a brief summary of how to use this program.\& .PP .RE \fB--version\fR .RS 4 Shows the program version.\& .PP .RE .SH EXAMPLES .PP Send two events to LinuxSampler:0 while using the JACK backend.\& .PP .RS 4 send_midi -J LinuxSampler:0 NOTEON,1,60,127 CTRL,2,7,66 .PP .RE Send a SYSEX command to 14:0.\& .PP .RS 4 send_midi 14:0 SYSEX,F0,23,42,F7 .PP .RE .SH SEE ALSO .PP See the online documentation at https://mididings.\&github.\&io/mididings/ for current information on mididings and its related tools.\& .PP .SH BUGS .PP Bugs?\& You must be kidding; there are no bugs in this software.\& But if we happen to be wrong, submit a bug report with as much detail as possible at https://github.\&com/mididings/mididings/issues.\& .PP