From c6ead930e8d4880e77fa40de4d85e63788e1d424 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 26 Feb 2022 04:07:06 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11fb9914..8ac6914e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ In this document, Ctrl means Cmd on Mac. -### 2.1.0 () +### 2.1.0 (2022-02-26) +- Change behavior of force-moving modules so that other modules return to original position while dragging. - Update to RtMidi 5.0.0. - Update to RtAudio 5.2.0. +- Update GLFW. - Fix plug graphic sometimes being incorrectly rotated. - Core - Add "Pitch bend range" setting to MIDI to CV module. - Fix MIDI to CV incorrectly setting pitch wheel and mod wheel outputs in MPE mode. +- Rack Pro + - Fix crash if generating hundreds of MIDI output messages per process block in VST2. ### 2.0.6 (2022-01-15) - Add "Save a copy" to File menu. @@ -24,7 +28,7 @@ In this document, Ctrl means Cmd on Mac. ### 2.0.5 (2022-01-01) - Swap order of parameter name and module name in MIDI-Map. -- Parse all note names from c0 to b9 and accidentals like c# and cb in parameter entry field. +- Parse all note names from c0 to b9 and accidentals like c# and eb in parameter entry field. - Tweak framebuffer render-skipping algorithm to always render at least 1 framebuffer after the frame deadline, to prevent framebuffers from never being rendered. - Set audio device default sample rate to 44100, and block size to 256 except DirectSound to 1024. - Fix file dialog truncating Unicode filenames on Mac.