From 9faf2e7e09c27376822fba7eb5b6cff5cce450c0 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 15 Jun 2022 01:01:57 +0200 Subject: [PATCH] Mention the standalone JACK integration --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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