Not documented.
- Annotations
- DocsEditable()
- DomName('MIDIInput')
- Experimental()
- Extends
- Object
- EventTarget
- MidiPort
- MidiInput
Constants
-
EventStreamProvider<MidiMessageEvent>
midiMessageEvent
=
const EventStreamProvider<MidiMessageEvent>
('midimessage') -
constStatic factory designed to expose
midimessage
events to event handlers that are not necessarily instances of MidiInput.
Properties
- String id
-
read-only, inherited
- String manufacturer
-
read-only, inherited
- String name
-
read-only, inherited
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- Stream<MidiConnectionEvent> onDisconnect
-
read-only, inheritedStream of
disconnect
events handled by thisMidiPort
. - Stream<MidiMessageEvent> onMidiMessage
-
read-onlyStream of
midimessage
events handled by thisMidiInput
. - String type
-
read-only, inherited
- String version
-
read-only, inherited