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
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Given recent developments in JavaScriptCore, it's reasonable to expect that the React Native bridge will eventually support marshaling typed arrays efficiently to and from native methods (see for example facebook/react-native#1424). When that happens, we will want to use this capability for send/onmidimessage, so we can move MIDI data back and forth in native-backed Uint8Arrays without extra allocation/copying.
The text was updated successfully, but these errors were encountered:
I haven't worked on this module in years since I never went ahead with the project that required it. Consider it a proof of concept. That said, I'm not sure what the current state of things is in React Native, but I think I've seen native Blob support mentioned at some point, so this might warrant looking into again.
Given recent developments in JavaScriptCore, it's reasonable to expect that the React Native bridge will eventually support marshaling typed arrays efficiently to and from native methods (see for example facebook/react-native#1424). When that happens, we will want to use this capability for
send
/onmidimessage
, so we can move MIDI data back and forth in native-backedUint8Array
s without extra allocation/copying.The text was updated successfully, but these errors were encountered: