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