Skip to content

Releases: Maxime-J/BLE-MIDI-Bridge

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 20:50

- 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

Choose a tag to compare

@github-actions github-actions released this 18 Jan 18:17

- 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).

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:16

- Improved performance / lower latency.

- New restore feature:
current setup is automatically saved on exit if at least one Bluetooth device is connected,
and can be restored on next launch:

restore

Note: restoration might be incomplete if devices or MIDI port are not available on restore.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 13:51

Initial release