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