1
0
Fork 0
nih-plug/plugins/examples/gain_gui_iced
Robbert van der Helm 297ad2a83e Add an AsyncExecutor associated type to Plugin
This will make it possible to run background tasks in a type safe way.
Sadly, this does mean that every plugin now needs to define the type
alias and constructor function since Rust does not yet support defaults
for associated types.
2022-10-21 23:52:46 +02:00
..
src Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
Cargo.toml Rename the gain GUI examples to match package name 2022-04-14 23:53:14 +02:00