1
0
Fork 0
nih-plug/plugins/examples
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
..
gain Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
gain_gui_egui Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
gain_gui_iced Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
gain_gui_vizia Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
midi_inverter Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
poly_mod_synth Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
sine Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00
stft Add an AsyncExecutor associated type to Plugin 2022-10-21 23:52:46 +02:00