Type Definition vst::api::DispatcherProc

source ·
pub type DispatcherProc = extern "C" fn(effect: *mut AEffect, opcode: i32, index: i32, value: isize, ptr: *mut c_void, opt: f32) -> isize;
Expand description

Dispatcher function used to process opcodes. Called by host.