MidiPort class

Annotations
  • DocsEditable()
  • DomName('MIDIPort')
  • Experimental()
Extends
Implemented by

Constants

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

Instance Properties

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