Maerorr / maerors-vst3-plugins

All my VST3 plugins written in Rust using nih-plug framework and Vizia UI library
24 stars 1 forks source link

Clap plugins #2

Open RustoMCSpit opened 3 months ago

RustoMCSpit commented 3 months ago

As you're using nih-plug, can you export to clap?

Maerorr commented 3 months ago

Yes, nih-plug allows for clap exporting, you just need to change nih_export_vst3!() to nih_export_clap!() at the end of each lib.rs file and possibly fill out the clap id and descriptions for it to build.

RustoMCSpit commented 3 months ago

Yes, nih-plug allows for clap exporting, you just need to change nih_export_vst3!() to nih_export_clap!() at the end of each lib.rs file and possibly fill out the clap id and descriptions for it to build.

could you build them and put it into releases? i want to add this to https://github.com/RustoMCSpit/awesome-linux-clap-list/blob/main/README.md