mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Make Safety Limiter danker
This commit is contained in:
@@ -21,7 +21,7 @@ use std::sync::Arc;
|
||||
/// back to the normal signal. Peaking above the threshold again during this time resets this.
|
||||
const MORSE_FADEOUT_MS: f32 = 2000.0;
|
||||
/// The frequency of the sine wave used for the SOS signal.
|
||||
const MORSE_FREQUENCY: f32 = 1000.0;
|
||||
const MORSE_FREQUENCY: f32 = 420.0;
|
||||
|
||||
struct SafetyLimiter {
|
||||
params: Arc<SafetyLimiterParams>,
|
||||
|
||||
Reference in New Issue
Block a user