AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit 6890a67b96f0b3e029926db6bd48165b39b88c57
parent b573e5e97dcd3f5d364561862d03854517bb53d5
Author: Jatin Chowdhury <jatinchowdhury18@gmail.com>
Date:   Tue, 12 Jul 2022 09:37:39 +0100

Update Changelog

Diffstat:
MCHANGELOG.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -5,10 +5,12 @@ this file. ## [UNRELEASED] - Added multi-channel processing support. - Added stereo/mid-side "balance" controls. -- Added CLAP plugin format support (with Parameter modulation). +- Added CLAP plugin format support (with parameter modulation). +- Added accessibility support, for using the plugin with screen reader software. - Added option to enable/disable OpenGL on Windows/Linux systems with sufficient OpenGL support. - Added host context menus for slider controls. - Improved presets system, and added new built-in presets from Carter and Cool WAV. +- Improved UI scaling behaviour, especially for high-resolution screens. - Fixed V1 mode creating high-pitched tone with linear phase oversampling. - Fixed compatibility issue related to `xsimd::isnan`.