Implement saving parameter state

Restoring is next.
This commit is contained in:
Robbert van der Helm
2022-01-29 14:20:14 +01:00
parent ef021915e5
commit 97a88e0db2
5 changed files with 143 additions and 21 deletions

View File

@@ -11,6 +11,8 @@ members = ["nih_plug_derive", "plugins/gain"]
[dependencies]
nih_plug_derive = { path = "nih_plug_derive" }
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# Upstream currently does not support structs with generics and comments
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/vst3-macro-generics" }
widestring = "1.0.0-beta.1"