Files
jack-looper/Cargo.toml
Loic Coenen 5ccc29ff82 feat: implement clip launcher plugin with MIDI-triggered recording and looping
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
2026-04-30 22:29:27 +00:00

11 lines
197 B
TOML

[package]
name = "nih-plug-engine"
version = "0.1.0"
edition = "2021"
[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git" }
[lib]
crate-type = ["cdylib", "staticlib"]