1
0
Fork 0
nih-plug/plugins/spectral_compressor/src
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
..
compressor_bank.rs 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00
dry_wet_mixer.rs Add a stub for a compressor bank 2022-07-24 15:15:47 +02:00
editor.rs Make SC disclaimer smaller 2022-07-25 16:47:42 +02:00
lib.rs 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00