pub struct BiqFilt {
pub node: BiqFilt,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node BiqFilt
Fields
node: BiqFilt
Implementations
sourceimpl BiqFilt
impl BiqFilt
sourcepub fn inp(self, v: f32, ma: f32) -> BiqFilt
pub fn inp(self, v: f32, ma: f32) -> BiqFilt
Set input parameter and modulation amount for Node BiqFilt Input inp
sourcepub fn freq(self, v: f32, ma: f32) -> BiqFilt
pub fn freq(self, v: f32, ma: f32) -> BiqFilt
Set input parameter and modulation amount for Node BiqFilt Input freq
Auto Trait Implementations
impl !RefUnwindSafe for BiqFilt
impl !Send for BiqFilt
impl !Sync for BiqFilt
impl Unpin for BiqFilt
impl !UnwindSafe for BiqFilt
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