Skip to main content

copy_inputs_to_shm

Function copy_inputs_to_shm 

Source
pub unsafe fn copy_inputs_to_shm(
    inputs: &[Arc<AudioIO>],
    ptr: *mut u8,
    frames: usize,
)
Expand description

Copy input AudioIO buffers to shared memory (bus 0).

ยงSafety

ptr must be a valid pointer to the start of the plugin-host SHM region.