MidiOutput class

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

Instance Properties

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

send ( Uint8List data, [num timestamp] ) → void
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