package js.html.midi
Available on js
The MIDIOutputMap read-only interface of the Web MIDI API provides a Map-like interface to the currently available MIDI output ports. Although it works like a map, because it is read-only, it does not contain clear(), delete(), or set() functions.
Documentation MIDIOutputMap by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
read onlysize:Intentries():DynamicThrows:
null |
DOMError |
|---|
forEach(callback:Dynamic, ?thisArg:Dynamic):VoidThrows:
null |
DOMError |
|---|
get(key:String):DynamicThrows:
null |
DOMError |
|---|
has(key:String):BoolThrows:
null |
DOMError |
|---|
keys():DynamicThrows:
null |
DOMError |
|---|
values():DynamicThrows:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/midi/MIDIOutputMap.html