pub struct MidiP {
pub node: MidiP,
}
Expand description
Parameter Setter API Struct for Node MidiP
Fields
node: MidiP
Implementations
sourceimpl MidiP
impl MidiP
sourcepub fn det(self, v: f32) -> MidiP
pub fn det(self, v: f32) -> MidiP
Set input parameter for Node MidiP Input det
sourcepub fn glen(self, v: f32) -> MidiP
pub fn glen(self, v: f32) -> MidiP
Set input parameter for Node MidiP Input glen
sourcepub fn chan(self, v: i64) -> MidiP
pub fn chan(self, v: i64) -> MidiP
Set setting for Node MidiP Setting chan
sourcepub fn gmode(self, v: i64) -> MidiP
pub fn gmode(self, v: i64) -> MidiP
Set setting for Node MidiP Setting gmode
Auto Trait Implementations
impl !RefUnwindSafe for MidiP
impl !Send for MidiP
impl !Sync for MidiP
impl Unpin for MidiP
impl !UnwindSafe for MidiP
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