Dart API Reference
dart:html
MidiOutput
MidiOutput
class
Annotations
DocsEditable()
DomName('MIDIOutput')
Experimental()
Extends
Object
EventTarget
MidiPort
MidiOutput
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
(
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