MidiInput class

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

Constants

midiMessageEvent = const EventStreamProvider<MidiMessageEvent>('midimessage')
Static factory designed to expose midimessage events to event handlers that are not necessarily instances of MidiInput.

Instance Properties

onMidiMessage Stream<MidiMessageEvent>
read-only
on Events Inherited
read-only
id String Inherited
read-only
manufacturer String Inherited
read-only
name String Inherited
read-only
type String Inherited
read-only
version String Inherited
read-only
onDisconnect Stream<MidiConnectionEvent> 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