| @@ -2,13 +2,17 @@ | |||||
| In this document, Ctrl means Cmd on Mac. | 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 RtMidi 5.0.0. | ||||
| - Update to RtAudio 5.2.0. | - Update to RtAudio 5.2.0. | ||||
| - Update GLFW. | |||||
| - Fix plug graphic sometimes being incorrectly rotated. | - Fix plug graphic sometimes being incorrectly rotated. | ||||
| - Core | - Core | ||||
| - Add "Pitch bend range" setting to MIDI to CV module. | - 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. | - 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) | ### 2.0.6 (2022-01-15) | ||||
| - Add "Save a copy" to File menu. | - 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) | ### 2.0.5 (2022-01-01) | ||||
| - Swap order of parameter name and module name in MIDI-Map. | - 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. | - 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. | - 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. | - Fix file dialog truncating Unicode filenames on Mac. | ||||