Releases: Maxime-J/BLE-MIDI-Bridge
Release list
v2.1.0
- Issues displayed in app (disabled Bluetooth, connection errors).
- Improved latency.
- App startup adapted to the new Windows MIDI service.
Lazy loaded MIDI service introduced a delay for the first app that needs it.
A splash screen is then shown on a long startup.
- Version check mechanism.
The app notifies if a new version is available.
Windows is bringing some nice MIDI features which could be used here, especially the creation of loopback ports.
v2.0.0
- Use of a native addon instead of Chromium Web MIDI API.
Chromium opens all ports on enumeration, causing some blocking issues (#4).
This change moreover allowed for further optimization of latency and accuracy.
Addon uses a modified version of libremidi.
- MIDI ports listed alphabetically.
- New app icon, in compliance with OpenJS Foundation Trademark Policy (default Electron one was previously used).
