Skip to content

Commit fa3e14f

Browse files
committed
fix for #142 #142
1 parent eb39ffe commit fa3e14f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,9 +1001,7 @@ <h3 id="MIDIOutput">
10011001
convenience of <code>output.send( [ 0x90, 0x45, 0x7f ]
10021002
);</code> rather than having to create a Uint8Array, e.g.
10031003
<code>output.send( new Uint8Array( [ 0x90, 0x45, 0x7f ] )
1004-
);</code> - while still enabling use of Uint8Arrays for
1005-
efficiency in large MIDI data scenarios (e.g. reading Standard
1006-
MIDI Files and sending sysex messages).
1004+
);</code>
10071005
</p>
10081006
<p>
10091007
The data contains one or more valid, complete MIDI messages.

0 commit comments

Comments
 (0)