From d5ef016d499a59893f1f6f1a9d47bacc32cb0e6d Mon Sep 17 00:00:00 2001 From: 3dtours Date: Mon, 27 Jul 2026 11:06:43 +0700 Subject: [PATCH] chore: add wiki log --- wiki.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki.md b/wiki.md index de3478e..616cc94 100644 --- a/wiki.md +++ b/wiki.md @@ -403,3 +403,9 @@ - **Modal**: search bar + flat instrument list + soundfont name prefix - **Fix**: `2ad2922` had extra closing paren in PluginManagerModal (build fix) - **Arch**: loại bỏ hai-bước, click Synth → chọn instrument trực tiếp + +### [2026-07-27 11:05] Feat: MIDI keyboard NoteOff sustain + CC/pitch bend realtime +- **NoteOff**: durationMs=60000, NoteOff gọi stopNote(ch,pitch) → note tắt ngay +- **MIDI channel**: truyền msg.data[0]&0x0F vào playNote/stopNote +- **CC64 sustain/CC1 modulation**: forward qua SonicSF.controllerChange +- **Pitch Bend**: forward qua SonicSF.pitchBend (14-bit)