Not documented.

Annotations
  • DocsEditable()
  • DomName('MIDIOutput')
  • Experimental()
Extends

Properties

String id
read-only, inherited
String manufacturer
read-only, inherited
String name
read-only, inherited
Events on
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.
Stream<MidiConnectionEvent> onDisconnect
read-only, inherited
Stream of disconnect events handled by this MidiPort.
String type
read-only, inherited
String version
read-only, inherited

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
dispatchEvent(Event event) → bool
inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
send(Uint8List data, [num timestamp]) → void