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