Add boilerplate for a Spectral Compressor port

This commit is contained in:
Robbert van der Helm
2022-07-13 22:27:56 +02:00
parent 2bc6db592e
commit 85e52b8ab7
9 changed files with 905 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "spectral_compressor"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug_vizia = { path = "../../nih_plug_vizia" }