pub fn midi_send(handle: u32, data: &[u8]) -> i32
Send raw MIDI bytes on an output handle.
handle
Returns 0 on success, -1 if the handle is unknown or the send failed.
0
-1