mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a basic nih_export_clap!() macro
This does not do anything useful yet.
This commit is contained in:
@@ -183,4 +183,5 @@ impl Vst3Plugin for Sine {
|
||||
const VST3_CATEGORIES: &'static str = "Instrument|Synth|Tools";
|
||||
}
|
||||
|
||||
nih_export_clap!(Sine);
|
||||
nih_export_vst3!(Sine);
|
||||
|
||||
Reference in New Issue
Block a user