Fix: MIDI precision

This commit is contained in:
2026-03-18 02:18:21 +01:00
parent 30dfe7372d
commit f1c83c66a0

View File

@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
### Engine
- Audio input channel selection support.
- Audio buffer sizing improved for multi-channel input.
- MIDI output sends directly from dispatcher thread, bypassing UI-thread polling (~30x less jitter).
### Packaging
- CI migrated from GitHub Actions to Gitea Actions.