mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
When voice was silent, the exponential decays in the filter unit were causing the high pass component to eventually denormalize, causing high CPU loads. The solution is the same as in the delay unit: add and subtract a small number from the value, causing essentially a flush to zero. https://en.wikipedia.org/wiki/Subnormal_number Fixes #68. |
||
---|---|---|
.. | ||
bridge | ||
templates | ||
compiler_macros.go | ||
compiler.go | ||
featureset_macros.go | ||
patterns_test.go | ||
patterns.go | ||
song_macros.go | ||
wasm_macros.go | ||
x86_macros.go |