Type Definition vst::api::ProcessProcF64

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

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