1
0
Fork 0
nih-plug/src/param
Robbert van der Helm 2486368d08 Use AtomicF32 for the smoothing
This should at least not have a big performance impact since we can use
relaxed memory ordering here. AtomicCell always uses acquire/release
ordering.
2022-02-06 03:43:59 +01:00
..
internals.rs Make parameter pointers hashable 2022-02-05 17:43:15 +01:00
range.rs Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
smoothing.rs Use AtomicF32 for the smoothing 2022-02-06 03:43:59 +01:00