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.
1 parent ab65963 commit efdfb8aCopy full SHA for efdfb8a
index.html
@@ -301,7 +301,7 @@ <h3 id="MIDIOutputMap"><a>MIDIOutputMap</a> Interface</h3>
301
for (output of outputs.values()) {
302
var opt = document.createElement("option");
303
opt.text = input.name;
304
- document.getElementById("inputportselector").add(opt);
+ document.getElementById("outputportselector").add(opt);
305
}</pre>
306
</section>
307
0 commit comments