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

Compile a VST plugin for Windows #348

Open
CorePoint opened this issue Jun 6, 2023 · 1 comment
Open

Compile a VST plugin for Windows #348

CorePoint opened this issue Jun 6, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@CorePoint
Copy link

CorePoint commented Jun 6, 2023

Similar to #259 but with more specific request.

I know that there is Windows software that supports LADSPA plugins.
Equalizer APO sadly doens't support it and it can be used to apply VSTs system wide. Which is useful for using noise removal while streaming or gaming for example.
At the moment some people use it with rnnoise for this purpose.

I don't know how much work it would be to compile a VST plugin, so hopefully this is a request that can be done without too much work

Thank you for your work!

@Rikorose Rikorose added enhancement New feature or request help wanted Extra attention is needed labels Jun 7, 2023
@backtail
Copy link

Maybe try and use the nih-plug framework (if you want to stay full Rust) and implement all the important functions (inspired from the LADSPA example).

I did something else and implemented a FFI that basically behaves like the LADSPA example and can be called from C++/JUCE. Works and sounds good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants