Type Definition vst::api::HostCallbackProc

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

Host callback function passed to plugin. Can be used to query host information from plugin side.