You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess from the javascript implementation side, this is understandable and this might be a hard fix, but It'd be nice if i could use the same constant
const MFR_ID = new Uint8Array([0x00, 0x20, 0x29])
for later equality tests (I use lodash.isEqual) on incoming data.
The text was updated successfully, but these errors were encountered:
Adding library-wide support for Uint8Array is something that's been on my todo list. It will not be incorporated in version 2.5.x but it should make it inside version 3. Thanks for your input regarding this.
Using:
I get:
Tracing it down:
webmidi/src/webmidi.js
Line 2676 in a1bde55
I guess from the javascript implementation side, this is understandable and this might be a hard fix, but It'd be nice if i could use the same constant
for later equality tests (I use lodash.isEqual) on incoming data.
The text was updated successfully, but these errors were encountered: