[][src]Function lv2rs_core::run

pub unsafe fn run<P: Plugin>(instance: Handle, n_samples: u32)

Helper function for the run plugin call.

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