-
-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels