pub unsafe fn midi_in_indices(
ptr: *mut u8,
port: usize,
) -> (*mut AtomicU32, *mut AtomicU32)Expand description
Returns pointers to the embedded write/read atomics for a MIDI input port ring.
ยงSafety
ptr must point to a valid allocation and port must be < MAX_MIDI_PORTS.