Avoid allocations when switching between plans

This commit is contained in:
Robbert van der Helm
2022-03-08 13:27:16 +01:00
parent 6e1b4cf37f
commit da1e850722
2 changed files with 54 additions and 25 deletions

View File

@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
fftw = "0.7.0"
fftw = "0.7"