Add a SysEx example plugin

This commit is contained in:
Robbert van der Helm
2023-02-01 14:52:01 +01:00
parent e3a7e4a931
commit fba2c47614
6 changed files with 131 additions and 6 deletions

View File

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