Skip to content

v0.1.5: Fix missing MIDI messages, without causing freezing

Latest
Compare
Choose a tag to compare
@michaelknoch michaelknoch released this 30 Jan 11:37
· 70 commits to develop since this release
Sets the USB bulkTransfer timeout value in MidiInputDevice.java to 1000, which should fix the problem of some MIDI messages not being recognized when the timeout is 10, and avoids the problem of React Native freezing when the timeout is 0 (infinite).

See https://github.com/flowkey/NativePlayer/issues/419