Type Alias MidiInputPorts
pub type MidiInputPorts = Vec<MidiInputPort>;
Available on crate feature
dep_midir
only.Expand description
A collection of input ports.
Aliased Typeยง
struct MidiInputPorts { /* private fields */ }
pub type MidiInputPorts = Vec<MidiInputPort>;
dep_midir
only.A collection of input ports.
struct MidiInputPorts { /* private fields */ }