Add bypass smoothing for Diopser

Using a simple equal-power crossfade.
This commit is contained in:
Robbert van der Helm
2022-11-11 21:23:39 +01:00
parent ec329143ae
commit b2f6175d54
4 changed files with 99 additions and 29 deletions

View File

@@ -19,6 +19,8 @@ simd = ["nih_plug/simd"]
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug_vizia = { path = "../../nih_plug_vizia" }
atomic_float = "0.1"
# For the GUI
realfft = "3.0"
open = "3.0"