Release MIDI Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 09:14:48 +02:00
parent 4b51a6d903
commit 06e095a2eb
40 changed files with 1581 additions and 126 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 0.2.0 - 2026-09-02
- Moved bounded MIDI parsing, transforms and export into cancellable worker jobs
with progress and stale-result suppression.
- Added paired-note editing/deletion, transposition and quantization controls.
- Added explicit opt-in, sysex-disabled Web MIDI output and bounded local
SoundFont metadata inspection without claiming SoundFont synthesis.
- Declared MIDI/SoundFont input, export and optional browser capability profiles
for Toolbox handoff.
## 0.1.0 - 2026-09-01
- Added bounded Standard MIDI type 0/1 parsing and deterministic MIDI export.