You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm starting all fresh into the world of developing VST/CLAP plugins, and since Rust is currently my goto language of choice, I'd really like to take on the challenge with nih-plug.
My plugin idea requires to read incoming data (most likely via a separate background thread), and feed that data back via the main audio processing thread in nih-plug. I noticed that nih-plug offers support for background tasks via the BackgroundTask type, but all plugins, examples and full-featured ones, don't seem to use this one. I wasn't able to dig up an example that I could try to wrap my head around to get an idea how I can approach my problem.
Do you have any idea where I can take a look at?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello there,
i'm starting all fresh into the world of developing VST/CLAP plugins, and since Rust is currently my goto language of choice, I'd really like to take on the challenge with nih-plug.
My plugin idea requires to read incoming data (most likely via a separate background thread), and feed that data back via the main audio processing thread in nih-plug. I noticed that nih-plug offers support for background tasks via the BackgroundTask type, but all plugins, examples and full-featured ones, don't seem to use this one. I wasn't able to dig up an example that I could try to wrap my head around to get an idea how I can approach my problem.
Do you have any idea where I can take a look at?
Thank you.
The text was updated successfully, but these errors were encountered: