pub struct Scope {
pub node: Scope,
}
Expand description
Parameter Setter API Struct for Node Scope
Fields
node: Scope
Implementations
sourceimpl Scope
impl Scope
sourcepub fn in1(self, v: f32) -> Scope
pub fn in1(self, v: f32) -> Scope
Set input parameter for Node Scope Input in1
sourcepub fn in2(self, v: f32) -> Scope
pub fn in2(self, v: f32) -> Scope
Set input parameter for Node Scope Input in2
sourcepub fn in3(self, v: f32) -> Scope
pub fn in3(self, v: f32) -> Scope
Set input parameter for Node Scope Input in3
sourcepub fn time(self, v: f32) -> Scope
pub fn time(self, v: f32) -> Scope
Set input parameter for Node Scope Input time
sourcepub fn trig(self, v: f32) -> Scope
pub fn trig(self, v: f32) -> Scope
Set input parameter for Node Scope Input trig
sourcepub fn thrsh(self, v: f32) -> Scope
pub fn thrsh(self, v: f32) -> Scope
Set input parameter for Node Scope Input thrsh
sourcepub fn off1(self, v: f32) -> Scope
pub fn off1(self, v: f32) -> Scope
Set input parameter for Node Scope Input off1
sourcepub fn off2(self, v: f32) -> Scope
pub fn off2(self, v: f32) -> Scope
Set input parameter for Node Scope Input off2
sourcepub fn off3(self, v: f32) -> Scope
pub fn off3(self, v: f32) -> Scope
Set input parameter for Node Scope Input off3
sourcepub fn gain1(self, v: f32) -> Scope
pub fn gain1(self, v: f32) -> Scope
Set input parameter for Node Scope Input gain1
sourcepub fn gain2(self, v: f32) -> Scope
pub fn gain2(self, v: f32) -> Scope
Set input parameter for Node Scope Input gain2
sourcepub fn gain3(self, v: f32) -> Scope
pub fn gain3(self, v: f32) -> Scope
Set input parameter for Node Scope Input gain3
sourcepub fn tsrc(self, v: i64) -> Scope
pub fn tsrc(self, v: i64) -> Scope
Set setting for Node Scope Setting tsrc
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