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