mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a Spectral Compressor todo for rolloff
This commit is contained in:
@@ -876,6 +876,8 @@ impl CompressorBank {
|
||||
params.compressors.downwards.high_freq_ratio_rolloff.value();
|
||||
let upwards_high_freq_ratio_rolloff =
|
||||
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
|
||||
.log2_freqs
|
||||
.last()
|
||||
|
||||
Reference in New Issue
Block a user