pub struct TsLFO {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node TsLFO
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl TsLFO
impl TsLFO
sourcepub fn set(self) -> TsLFO
pub fn set(self) -> TsLFO
Returns a structure with all settable parameters and settings. See also Node TsLFO
sourcepub fn set_mod(self) -> TsLFO
pub fn set_mod(self) -> TsLFO
Returns a structure with all settable parameters with modulation amount. See also Node TsLFO
sourcepub fn input(self) -> TsLFO
pub fn input(self) -> TsLFO
Returns a structure with all input ports/parameters. See also Node TsLFO
sourcepub fn output(&self) -> TsLFO
pub fn output(&self) -> TsLFO
Returns a structure with all output ports/paramters. See also Node TsLFO
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TsLFO
impl !Send for TsLFO
impl !Sync for TsLFO
impl Unpin for TsLFO
impl !UnwindSafe for TsLFO
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