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