[][src]Function lv2rs_core::instantiate

pub unsafe fn instantiate<P: Plugin>(
    descriptor: *const Descriptor,
    rate: f64,
    bundle_path: *const c_char,
    features: *const *const Feature
) -> Handle

Helper function for the instantiate plugin call.

This function takes the raw parameters provided by the C API and turns them into safe Rust data types. Only functions generated by the lv2_main should call the function any other should not.