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