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