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