fix(amd64-386): do not optimize away phase modulations with unisons

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-08-17 10:13:53 +03:00
parent 012ed10851
commit 569958547e
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Fixed
- In x86 templates, do not optimize away phase modulations when unisons are used
even if all phase inputs are zeros, as unisons use the phase modulation
mechanism to offset the different oscillators
- Do not include delay times in the delay time table if the delay unit is
disabled ([#139][i139])