Type Definition vst::api::ProcessProc

source ·
pub type ProcessProc = extern "C" fn(effect: *mut AEffect, inputs: *const *const f32, outputs: *mut *mut f32, sample_frames: i32);
Expand description

Process function used to process 32 bit floating point samples. Called by host.