1
0
Fork 0
nih-plug/src/wrapper
Robbert van der Helm 8077f10c27 Replace index based for loop
This initially did a linear search within the loop so iterating over the
collection wasn't possible. Now we need to use a hashmap anyways, so
this can be simplified again.
2022-03-17 23:00:15 +01:00
..
clap Initialize parameter fields earlier 2022-03-16 20:26:02 +01:00
vst3 Replace index based for loop 2022-03-17 23:00:15 +01:00
clap.rs Rename wrapper:👏:plugin to *::wrapper 2022-03-03 15:08:14 +01:00
state.rs 💥 Move re-exports to a prelude module 2022-03-03 23:23:51 +01:00
util.rs Fix compilation errors when SSE not available 2022-03-11 09:04:57 -05:00
vst3.rs Add an abstraction around VST3's unit shenanigans 2022-03-16 20:26:02 +01:00