MidiInput class

Annotations
  • 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(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited