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