From b56d8771f39c6ebeae5ac9c6e43ff31148ba8a7d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 16 Jan 2023 00:49:54 +0100 Subject: [PATCH] Add a changelog for Spectral Compressor --- plugins/spectral_compressor/CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/spectral_compressor/CHANGELOG.md diff --git a/plugins/spectral_compressor/CHANGELOG.md b/plugins/spectral_compressor/CHANGELOG.md new file mode 100644 index 00000000..a9a4b532 --- /dev/null +++ b/plugins/spectral_compressor/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic +Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.3.0] - 2023-01-15 + +### Removed + +- The DC filter option is gone. It was used to prevent upwards compression from + amplifying DC and very low subbass signals in the original Spectral + Compressor, but this iteration of Spectral Compressor doesn't need it and the + feature only caused confusion. + +### Changed + +- The compression part of Spectral Compressor has been rewritten to have + theoretically smoother and cleaner transfer curves and to be slightly more + performant. +- The downwards hi-freq rolloff parameter now correctly scales the ratios. + Previously the parameter didn't do much.