3064132821
The standard library macros also use a `$($foo:tt)*` for this, so we should probably too. Since eprinln!() already handles trailing commas we don't need to do any special handling, and this fixes parsing with complex expressions as arguments. |
||
---|---|---|
nih_plug_derive | ||
plugins/gain | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
COPYING | ||
README.md |
NIH plugs
Because of course we need to remake everything from scratch!
This is a work in progress JUCE-lite-lite written in Rust to do some experiments
with. The idea is to have a statefull but simple plugin API without too much
magic, while also cutting unnecessary ceremony wherever possible. Since this is
not meant for general use (yet), the plugin API is limited to the functionality
I needed, and I'll expose more functionality as I need it. See the doc comment
in the Plugin
trait for an incomplete list of missing functionality.