Skip to main content

write_port_counts_to_scratch

Function write_port_counts_to_scratch 

Source
pub unsafe fn write_port_counts_to_scratch(
    ptr: *mut u8,
    audio_in: u32,
    audio_out: u32,
    midi_in: u32,
    midi_out: u32,
)
Expand description

Write audio/MIDI port counts to scratch.

ยงSafety

ptr must point to a valid SHM allocation.