pub struct MidiP {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node MidiP
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl MidiP
impl MidiP
sourcepub fn set(self) -> MidiP
pub fn set(self) -> MidiP
Returns a structure with all settable parameters and settings. See also Node MidiP
sourcepub fn set_mod(self) -> MidiP
pub fn set_mod(self) -> MidiP
Returns a structure with all settable parameters with modulation amount. See also Node MidiP
sourcepub fn input(self) -> MidiP
pub fn input(self) -> MidiP
Returns a structure with all input ports/parameters. See also Node MidiP
sourcepub fn output(&self) -> MidiP
pub fn output(&self) -> MidiP
Returns a structure with all output ports/paramters. See also Node MidiP
Trait Implementations
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