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