1
0
Fork 0
nih-plug/src/wrapper/vst3
Robbert van der Helm 4f0e2b70b5 Rework EnumParam to be a whole lot less sketchy
Now it no longer needs to do any unsound type punning. The internal
parameter that the wrapper has access to has been completely type
erased, and only the outer parameter knows about enum T. This also gets
rid of strum and replaces it with a custom trait.
2022-02-14 15:34:46 +01:00
..
context.rs Relicense under the ISC license 2022-02-12 16:04:46 +01:00
factory.rs Relicense under the ISC license 2022-02-12 16:04:46 +01:00
inner.rs Remove now-unnecessary unsafe blocks 2022-02-13 12:47:14 +01:00
util.rs Relicense under the ISC license 2022-02-12 16:04:46 +01:00
view.rs Relicense under the ISC license 2022-02-12 16:04:46 +01:00
wrapper.rs Rework EnumParam to be a whole lot less sketchy 2022-02-14 15:34:46 +01:00