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

7
Cargo.lock generated
View File

@@ -9,10 +9,17 @@ dependencies = [
"nih_plug",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "nih_plug"
version = "0.1.0"
dependencies = [
"lazy_static",
"nih_plug_derive",
"vst3-sys",
"widestring",