Function synfx_dsp_jit::stdlib::get_standard_library
source · [−]pub fn get_standard_library() -> Rc<RefCell<DSPNodeTypeLibrary>>
Expand description
Creates a crate::context::DSPNodeTypeLibrary that contains a bunch of standard components as seem fit by the synfx-dsp-jit crate developer.
Keep in mind, that you can always create your own custom library. Or extend this one using the DSPNodeType trait.