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 eb39ffe commit fa3e14fCopy full SHA for fa3e14f
index.html
@@ -1001,9 +1001,7 @@ <h3 id="MIDIOutput">
1001
convenience of <code>output.send( [ 0x90, 0x45, 0x7f ]
1002
);</code> rather than having to create a Uint8Array, e.g.
1003
<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).
+ );</code>
1007
</p>
1008
<p>
1009
The data contains one or more valid, complete MIDI messages.
0 commit comments