Add a basic nih_export_clap!() macro

This does not do anything useful yet.
This commit is contained in:
Robbert van der Helm
2022-02-28 14:45:31 +01:00
parent d5d90e3e61
commit 56c1545196
6 changed files with 59 additions and 0 deletions

View File

@@ -183,4 +183,5 @@ impl Vst3Plugin for Sine {
const VST3_CATEGORIES: &'static str = "Instrument|Synth|Tools";
}
nih_export_clap!(Sine);
nih_export_vst3!(Sine);