mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Implement saving parameter state
Restoring is next.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user