Skip to content

Commit 92850d0

Browse files
committed
add usecases section to readme
1 parent 7195ba1 commit 92850d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
An easy way to use [clap-wrapper](https://github.com/free-audio/clap-wrapper) in your Rust plugins!
77

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+
813
## Features
914
- Provides a simple way to export Rust-based CLAP plugins as VST3 and AUv2 plugins.
1015
- Builds "fat", self-contained binaries for VST3 and AUv2 plugins.

0 commit comments

Comments
 (0)