Skip to content

Commit

Permalink
Merge pull request WebAudio#147 from ryoyakawai/submission/update
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilso committed Apr 24, 2015
2 parents 3d8587f + 44a1614 commit 51c537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ <h3>Handling MIDI Input</h3>
}

function startLoggingMIDIInput( midiAccess, indexOfPort ) {
midiAccess.inputs.forEach( function(entry) {entry.value.onmidimessage = onMIDIMessage;});
midiAccess.inputs.forEach( function(entry) {entry.onmidimessage = onMIDIMessage;});
}</pre>
</section>

Expand Down

0 comments on commit 51c537d

Please sign in to comment.