1
0
Fork 0
nih-plug/plugins/examples/midi_inverter
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 MIDI inverter example plugin directory 2022-04-18 02:33:29 +02:00