Implement most of the VST3 parameter handling

This commit is contained in:
Robbert van der Helm
2022-01-27 00:19:50 +01:00
parent ad94b44b93
commit d357add75a
4 changed files with 211 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ members = ["nih_plug_derive", "plugins/gain"]
[dependencies]
nih_plug_derive = { path = "nih_plug_derive" }
lazy_static = "1.4"
# 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"