Skip to main content

midi_send

Function midi_send 

Source
pub fn midi_send(handle: u32, data: &[u8]) -> i32
Expand description

Send raw MIDI bytes on an output handle.

Returns 0 on success, -1 if the handle is unknown or the send failed.