1
0
Fork 0
nih-plug/plugins/examples
Robbert van der Helm c566888fa3 💥 Use interior mutability for parameters
Instead of the previous technically-unsound approach. While it wouldn't
cause any issues in practice, it did break Rust's guarantees. That was a
design choice after adding support for editors in NIH-plug, but this is
probably the better long term solution.

The downside is that all uses of `param.value` now need to be changed to
`param.value()`.
2022-09-06 21:57:24 +02:00
..
gain Rename DEFAULT_NUM_INPUTS and DEFAULT_NUM_OUTPUTS 2022-08-19 14:34:21 +02:00
gain_gui_egui 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00
gain_gui_iced Use less arbitrary decay weights for the gain GUIs 2022-09-04 19:09:22 +02:00
gain_gui_vizia Use less arbitrary decay weights for the gain GUIs 2022-09-04 19:09:22 +02:00
midi_inverter Rename DEFAULT_NUM_INPUTS and DEFAULT_NUM_OUTPUTS 2022-08-19 14:34:21 +02:00
poly_mod_synth 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00
sine 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00
stft Rename DEFAULT_NUM_INPUTS and DEFAULT_NUM_OUTPUTS 2022-08-19 14:34:21 +02:00