1
0
Fork 0

Disable standalone feature for Spectral Compressor

This is not ready yet.
This commit is contained in:
Robbert van der Helm 2023-03-22 13:54:51 +01:00
parent ea39daf99b
commit 3e038dc043

View file

@ -10,7 +10,7 @@ homepage = "https://github.com/robbert-vdh/nih-plug/tree/master/plugins/spectral
crate-type = ["lib", "cdylib"]
[dependencies]
nih_plug = { path = "../../", features = ["assert_process_allocs", "standalone"] }
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug_vizia = { path = "../../nih_plug_vizia" }
realfft = "3.0"