mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Reset Safety Limiter properly
This commit is contained in:
@@ -125,7 +125,7 @@ impl Plugin for SafetyLimiter {
|
||||
}
|
||||
|
||||
fn reset(&mut self) {
|
||||
self.morse_fadeout_samples_current = 0;
|
||||
self.morse_fadeout_samples_current = self.morse_fadeout_samples_total;
|
||||
self.reset_morse_signal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user