pub fn get_nop_function(
    lib: Rc<RefCell<DSPNodeTypeLibrary>>,
    dsp_ctx: Rc<RefCell<DSPNodeContext>>
) -> Box<DSPFunction>
Expand description

Returns a DSPFunction that does nothing. This can be helpful for initializing structures you want to send to the DSP thread.