diff --git a/README.md b/README.md index 18098a61..5a1b2b35 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ Scroll down for more information on the plugin framework. adding the corresponding `nih_export_!(Foo)` macro to your plugin's library. - Standalone binaries can be made by calling `nih_export_standalone(Foo)` from - your `main()` function. + your `main()` function. Standalones come with a CLI for configuration and full + JACK audio, MIDI, and transport support. - Declarative parameter handling without any boilerplate. - Define parameters for your plugin by adding `FloatParam`, `IntParam`, `BoolParam`, and `EnumParam` fields to your parameter struct, assign