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