We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb450a0 + 1594149 commit 7b7374dCopy full SHA for 7b7374d
index.html
@@ -256,7 +256,7 @@ <h3 id="MIDIInputMap"><a>MIDIInputMap</a> Interface</h3>
256
var numberOfMIDIInputs = inputs.size;
257
258
// add each of the ports to a <select> box
259
- inputs.forEach( function( key, port ) {
+ inputs.forEach( function( port, key ) {
260
var opt = document.createElement("option");
261
opt.text = port.name;
262
document.getElementById("inputportselector").add(opt);
0 commit comments