Add an editor mode enum for Spectral Compressor

To indicate that the GUI has been expanded.
This commit is contained in:
Robbert van der Helm
2023-02-26 17:50:49 +01:00
parent ce2eab84e1
commit c9793c6901
4 changed files with 147 additions and 109 deletions

View File

@@ -16,4 +16,6 @@ nih_plug_vizia = { path = "../../nih_plug_vizia" }
realfft = "3.0"
# For the GUI
crossbeam = "0.8"
open = "3.0"
serde = { version = "1.0", features = ["derive"] }