pub unsafe fn midi_in_ring_ptr(ptr: *mut u8, port: usize) -> *mut MidiEvent
Returns a pointer to the MIDI input port ring buffer slot array.
ptr must point to a valid allocation and port must be < MAX_MIDI_PORTS.
ptr
port