feat: implement clip launcher plugin with MIDI-triggered recording and looping

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-04-30 22:29:27 +00:00
parent f48b053c7a
commit 5ccc29ff82
3 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[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"]