1
0
Fork 0
Go to file
Robbert van der Helm e8697d9a74 Redo the parameters without atomics
These atomics make things more difficult and they don't solve the main
problem: storing the parameter objects in an easy to use struct while
still allowing hash based access to them from the plugin wrapper. Going
through this new Params trait makes a lot more sense, and with pinning
this should be safe.
2022-01-25 02:17:30 +01:00
src Redo the parameters without atomics 2022-01-25 02:17:30 +01:00
.gitignore Initial commit 2022-01-24 21:00:37 +01:00
Cargo.lock Redo the parameters without atomics 2022-01-25 02:17:30 +01:00
Cargo.toml Redo the parameters without atomics 2022-01-25 02:17:30 +01:00
COPYING Initial commit 2022-01-24 21:00:37 +01:00
README.md Initial commit 2022-01-24 21:00:37 +01:00

NIH plugs

Because of course we need to remake everything from scratch.