1
0
Fork 0
nih-plug/src/wrapper/clap
Robbert van der Helm c22e522629 Greatly simplify Params trait
This now is a single vector with all of the information in the correct
order instead of the hashmaps and a vector. This avoids deduplication,
and it especially makes manual `Params` implementations a lot more
convenient since you can't mess up with mismatching IDs between the
methods.

To accommodate exactly this, the persistent fields methods also have a
default implementation and the trait has been marked as `unsafe` since
it's the programmer's responsibility to make sure these `ParamPtr`s will
remain valid.
2022-03-20 13:05:02 +01:00
..
context.rs Update for CLAP 0.23 2022-03-15 18:47:29 +01:00
descriptor.rs Add the special win32-dpi-aware feature on Windows 2022-03-05 16:02:52 +01:00
factory.rs 💥 Move re-exports to a prelude module 2022-03-03 23:23:51 +01:00
util.rs Update rustdoc formatting for links 2022-03-03 23:05:12 +01:00
wrapper.rs Greatly simplify Params trait 2022-03-20 13:05:02 +01:00