Add the one and only Puberty Simulator plugin

This commit is contained in:
Robbert van der Helm
2022-03-07 19:51:38 +01:00
parent e1e6b2137e
commit 55e258bd27
9 changed files with 947 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "puberty_simulator"
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"] }
fftw = "0.7.0"