From f1c83c66a0d3aa06541fc0acc15776aa800347f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Wed, 18 Mar 2026 02:18:21 +0100 Subject: [PATCH] Fix: MIDI precision --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152b8c4..b9216b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.