mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Mention the standalone JACK integration
This commit is contained in:
@@ -75,7 +75,8 @@ Scroll down for more information on the plugin framework.
|
|||||||
adding the corresponding `nih_export_<api>!(Foo)` macro to your plugin's
|
adding the corresponding `nih_export_<api>!(Foo)` macro to your plugin's
|
||||||
library.
|
library.
|
||||||
- Standalone binaries can be made by calling `nih_export_standalone(Foo)` from
|
- 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.
|
- Declarative parameter handling without any boilerplate.
|
||||||
- Define parameters for your plugin by adding `FloatParam`, `IntParam`,
|
- Define parameters for your plugin by adding `FloatParam`, `IntParam`,
|
||||||
`BoolParam`, and `EnumParam<T>` fields to your parameter struct, assign
|
`BoolParam`, and `EnumParam<T>` fields to your parameter struct, assign
|
||||||
|
|||||||
Reference in New Issue
Block a user