MidiAccess class

Annotated by:
  • DocsEditable()
  • DomName('MIDIAccess')
  • Experimental()
Extends:

Constants

connectEvent = const EventStreamProvider<MidiConnectionEvent>('connect')
Static factory designed to expose connect events to event handlers that are not necessarily instances of MidiAccess.
disconnectEvent = const EventStreamProvider<MidiConnectionEvent>('disconnect')
Static factory designed to expose disconnect events to event handlers that are not necessarily instances of MidiAccess.

Instance Properties

inputs MidiInputMap
read-only
outputs MidiOutputMap
read-only
sysexEnabled bool
read-only
onConnect Stream<MidiConnectionEvent>
read-only
onDisconnect Stream<MidiConnectionEvent>
read-only
on Events Inherited
read-only

Instance Methods

addEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
removeEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
dispatchEvent Inherited ( Event event ) → bool