Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clap plugins #2

Open
RustoMCSpit opened this issue May 20, 2024 · 2 comments
Open

Clap plugins #2

RustoMCSpit opened this issue May 20, 2024 · 2 comments

Comments

@RustoMCSpit
Copy link

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

@Maerorr
Copy link
Owner

Maerorr commented May 22, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants