1
0
Fork 0
nih-plug/plugins/spectral_compressor/src
Robbert van der Helm 144fafbed6 Swap log2 in Spectral Compressor out for ln
The ln() implementation is usually faster, and there's no reason to
prefer a specific base.
2023-03-21 22:56:49 +01:00
..
editor Explicitly handle drawing first and last bars 2023-03-21 18:32:20 +01:00
analyzer.rs Add a start of a gain reduction display 2023-03-20 17:25:21 +01:00
compressor_bank.rs Swap log2 in Spectral Compressor out for ln 2023-03-21 22:56:49 +01:00
curve.rs Swap log2 in Spectral Compressor out for ln 2023-03-21 22:56:49 +01:00
dry_wet_mixer.rs Fix years in copyright headers 2023-02-27 00:59:56 +01:00
editor.rs Slightly reduce SC GUI height 2023-03-20 15:55:48 +01:00
lib.rs Move curve calculation to a dedicated struct 2023-03-21 21:09:58 +01:00