From 2a2934b4e4dbb9cb3762b9a53ef5e978dd3d6f63 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sat, 2 Nov 2024 22:12:06 +0200 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b30a0..226db16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). the command line tools. ### Fixed +- We try to honor the MIDI event time stamps, so that the timing between MIDI + events (as reported to us by RTMIDI) will be correct. +- When unmarshaling the recovery file, the unit parameter maps were "merged" + with the existing parameter maps, instead of overwriting. This created units + with unnecessary parameters, which was harmless, but would cause a warning to + the user. - When changing a nibble of a hexadecimal note, the note played was the note before changing the nibble - Clicking on low nibble or high nibble of a hex track selects that nibble