Skip to content

Commit

Permalink
Merge pull request #237 from WebAudio/mp-edit
Browse files Browse the repository at this point in the history
fix for #142 #142
  • Loading branch information
cwilso committed Sep 11, 2023
2 parents 4578f5e + fa3e14f commit e0db063
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1006,9 +1006,7 @@ <h3 id="MIDIOutput">
convenience of <code>output.send( [ 0x90, 0x45, 0x7f ]
);</code> rather than having to create a Uint8Array, e.g.
<code>output.send( new Uint8Array( [ 0x90, 0x45, 0x7f ] )
);</code> - while still enabling use of Uint8Arrays for
efficiency in large MIDI data scenarios (e.g. reading Standard
MIDI Files and sending sysex messages).
);</code>
</p>
<p>
The data contains one or more valid, complete MIDI messages.
Expand Down

0 comments on commit e0db063

Please sign in to comment.