From 676f995f83e4944d2329d71c01d39af000498506 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 28 Apr 2021 15:36:14 +0200 Subject: [PATCH] Remove the changelog entry for force_ftz Since this behaviour is now always enabled. --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c07f73..dcc29148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,15 +20,6 @@ Versioning](https://semver.org/spec/v2.0.0.html). that have undesirable or broken DAW-specific behaviour. See the [known issues](https://github.com/robbert-vdh/yabridge#runtime-dependencies-and-known-issues) section of the readme for more information on when this may be useful. -- Added another new [compatibility - option](https://github.com/robbert-vdh/yabridge#compatibility-options) to - force flushing denormals to zero during audio processing. Some plugins, such - as _Kush Audio REDDI_, have significantly increased DSP usage when processing - audio that's almost but not quite silent. When this happens, you will notice - that a plugin's DSP usage increases exponentially after playback has stopped - or when the plugin starts processing silence. Enabling this new option will - force your CPU to flush this almost silent audio to silence, potentially - fixing the issue. ### Changed