There was an error while loading. Please reload this page.
1 parent 7195ba1 commit 92850d0Copy full SHA for 92850d0
1 file changed
README.md
@@ -5,6 +5,11 @@
5
6
An easy way to use [clap-wrapper](https://github.com/free-audio/clap-wrapper) in your Rust plugins!
7
8
+## Usecases
9
+- Adding VST3 or AUv2 support to existing Rust plugin frameworks that do not support them
10
+- Using [nih-plug](https://github.com/robbert-vdh/nih-plug) with non-GPLv3 licensed VST3 SDK
11
+- Making your own audio plugin framework without dealing with VST3 and AUv2 directly
12
+
13
## Features
14
- Provides a simple way to export Rust-based CLAP plugins as VST3 and AUv2 plugins.
15
- Builds "fat", self-contained binaries for VST3 and AUv2 plugins.
0 commit comments