Add a (not yet functional) standalone exporter

This commit is contained in:
Robbert van der Helm
2022-04-22 17:00:59 +02:00
parent bee82bdefb
commit f3db4a9ed0
9 changed files with 70 additions and 4 deletions

View File

@@ -54,6 +54,8 @@ for download links.
- Supports both VST3 and [CLAP](https://github.com/free-audio/clap) by simply
adding the corresponding `nih_export_<api>!(Foo)` macro to your plugin's
library.
- Standalone binaries can be made by calling `nih_export_standalone(Foo)` from
your `main()` function.
- Declarative parameter handling without any boilerplate.
- Define parameters for your plugin by adding `FloatParam`, `IntParam`,
`BoolParam`, and `EnumParam<T>` fields to your parameter struct, assign