struct RustDummyNode {}
Trait Implementations
sourceimpl DynamicNode1x1 for RustDummyNode
impl DynamicNode1x1 for RustDummyNode
sourcefn process(&mut self, _input: &[f32], output: &mut [f32], _ctx: &DynNode1x1Context)
fn process(&mut self, _input: &[f32], output: &mut [f32], _ctx: &DynNode1x1Context)
You implement this method with your own custom DSP code.
sourcefn set_sample_rate(&mut self, _sample_rate: f32)
fn set_sample_rate(&mut self, _sample_rate: f32)
The sample rate function sets the sample rate the DSP graph is currently running at.
Auto Trait Implementations
impl RefUnwindSafe for RustDummyNode
impl Send for RustDummyNode
impl Sync for RustDummyNode
impl Unpin for RustDummyNode
impl UnwindSafe for RustDummyNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more