Skip to content

Releases: flowkey/USB-MIDI-Driver

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

30 Jan 11:37

Choose a tag to compare

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