pub struct PVerb {
pub node: PVerb,
}
Expand description
Parameter Setter API Struct for Node PVerb
Fields
node: PVerb
Implementations
sourceimpl PVerb
impl PVerb
sourcepub fn in_l(self, v: f32) -> PVerb
pub fn in_l(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input in_l
sourcepub fn in_r(self, v: f32) -> PVerb
pub fn in_r(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input in_r
sourcepub fn predly(self, v: f32) -> PVerb
pub fn predly(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input predly
sourcepub fn size(self, v: f32) -> PVerb
pub fn size(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input size
sourcepub fn dcy(self, v: f32) -> PVerb
pub fn dcy(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input dcy
sourcepub fn ilpf(self, v: f32) -> PVerb
pub fn ilpf(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input ilpf
sourcepub fn ihpf(self, v: f32) -> PVerb
pub fn ihpf(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input ihpf
sourcepub fn dif(self, v: f32) -> PVerb
pub fn dif(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input dif
sourcepub fn dmix(self, v: f32) -> PVerb
pub fn dmix(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input dmix
sourcepub fn mspeed(self, v: f32) -> PVerb
pub fn mspeed(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input mspeed
sourcepub fn mshp(self, v: f32) -> PVerb
pub fn mshp(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input mshp
sourcepub fn mdepth(self, v: f32) -> PVerb
pub fn mdepth(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input mdepth
sourcepub fn rlpf(self, v: f32) -> PVerb
pub fn rlpf(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input rlpf
sourcepub fn rhpf(self, v: f32) -> PVerb
pub fn rhpf(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input rhpf
sourcepub fn mix(self, v: f32) -> PVerb
pub fn mix(self, v: f32) -> PVerb
Set input parameter for Node PVerb Input mix
Auto Trait Implementations
impl !RefUnwindSafe for PVerb
impl !Send for PVerb
impl !Sync for PVerb
impl Unpin for PVerb
impl !UnwindSafe for PVerb
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