Update the CLAP readme status
This commit is contained in:
parent
27570be4a6
commit
50fa39a374
11
README.md
11
README.md
|
@ -57,11 +57,12 @@ cargo xtask bundle gain --release
|
||||||
|
|
||||||
### Plugin formats
|
### Plugin formats
|
||||||
|
|
||||||
NIH-plug can currently export VST3 plugins, with CLAP support being worked on
|
NIH-plug can currently export VST3 and
|
||||||
right now. Exporting a specific plugin format for a plugin is as simple as
|
[CLAP](https://github.com/free-audio/clap) plugins. Exporting a specific plugin
|
||||||
calling the `nih_export_<format>!(Foo);` macro. The `cargo xtask bundle` commane
|
format for a plugin is as simple as calling the `nih_export_<format>!(Foo);`
|
||||||
will detect which plugin formats your plugin supports and create the appropriate
|
macro. The `cargo xtask bundle` commane will detect which plugin formats your
|
||||||
bundles accordingly, even when cross compiling.
|
plugin supports and create the appropriate bundles accordingly, even when cross
|
||||||
|
compiling.
|
||||||
|
|
||||||
### Example plugins
|
### Example plugins
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue