Add a Spectral Compressor todo for rolloff
This commit is contained in:
parent
b883a611ab
commit
5fa2382c8c
|
@ -876,6 +876,8 @@ impl CompressorBank {
|
||||||
params.compressors.downwards.high_freq_ratio_rolloff.value();
|
params.compressors.downwards.high_freq_ratio_rolloff.value();
|
||||||
let upwards_high_freq_ratio_rolloff =
|
let upwards_high_freq_ratio_rolloff =
|
||||||
params.compressors.upwards.high_freq_ratio_rolloff.value();
|
params.compressors.upwards.high_freq_ratio_rolloff.value();
|
||||||
|
// TODO: Use 20 kHz instead of nyquist to avoid the plugin becoming brighter at higher
|
||||||
|
// sample rates
|
||||||
let log2_nyquist_freq = self
|
let log2_nyquist_freq = self
|
||||||
.log2_freqs
|
.log2_freqs
|
||||||
.last()
|
.last()
|
||||||
|
|
Loading…
Reference in a new issue