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 3d8587f + 44a1614 commit 51c537dCopy full SHA for 51c537d
index.html
@@ -935,7 +935,7 @@ <h3>Handling MIDI Input</h3>
935
}
936
937
function startLoggingMIDIInput( midiAccess, indexOfPort ) {
938
- midiAccess.inputs.forEach( function(entry) {entry.value.onmidimessage = onMIDIMessage;});
+ midiAccess.inputs.forEach( function(entry) {entry.onmidimessage = onMIDIMessage;});
939
}</pre>
940
</section>
941
0 commit comments