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