Type Definition vst2::api::DispatcherProc [] [src]

type DispatcherProc = fn(_: *mut AEffect, _: i32, _: i32, _: isize, _: *mut c_void, _: f32) -> isize;

Dispatcher function used to process opcodes. Called by host.