pub struct Sampl {
pub node: Sampl,
}
Expand description
Parameter Setter API Struct for Node Sampl
Fields
node: Sampl
Implementations
sourceimpl Sampl
impl Sampl
sourcepub fn freq(self, v: f32) -> Sampl
pub fn freq(self, v: f32) -> Sampl
Set input parameter for Node Sampl Input freq
sourcepub fn trig(self, v: f32) -> Sampl
pub fn trig(self, v: f32) -> Sampl
Set input parameter for Node Sampl Input trig
sourcepub fn offs(self, v: f32) -> Sampl
pub fn offs(self, v: f32) -> Sampl
Set input parameter for Node Sampl Input offs
sourcepub fn len(self, v: f32) -> Sampl
pub fn len(self, v: f32) -> Sampl
Set input parameter for Node Sampl Input len
sourcepub fn dcms(self, v: f32) -> Sampl
pub fn dcms(self, v: f32) -> Sampl
Set input parameter for Node Sampl Input dcms
sourcepub fn det(self, v: f32) -> Sampl
pub fn det(self, v: f32) -> Sampl
Set input parameter for Node Sampl Input det
sourcepub fn sample(self, v: i64) -> Sampl
pub fn sample(self, v: i64) -> Sampl
Set setting for Node Sampl Setting sample
sourcepub fn pmode(self, v: i64) -> Sampl
pub fn pmode(self, v: i64) -> Sampl
Set setting for Node Sampl Setting pmode
sourcepub fn dclick(self, v: i64) -> Sampl
pub fn dclick(self, v: i64) -> Sampl
Set setting for Node Sampl Setting dclick
sourcepub fn dir(self, v: i64) -> Sampl
pub fn dir(self, v: i64) -> Sampl
Set setting for Node Sampl Setting dir
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