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