pub struct Adsr {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node Adsr
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl Adsr
impl Adsr
sourcepub fn set(self) -> Adsr
pub fn set(self) -> Adsr
Returns a structure with all settable parameters and settings. See also Node Adsr
sourcepub fn set_mod(self) -> Adsr
pub fn set_mod(self) -> Adsr
Returns a structure with all settable parameters with modulation amount. See also Node Adsr
Trait Implementations
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