From e4d1ad39ab2375d488e0095a6b8176b8c31e7b47 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 22 Sep 2022 17:39:22 +0200 Subject: [PATCH] Remove old todo --- plugins/examples/poly_mod_synth/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/examples/poly_mod_synth/src/lib.rs b/plugins/examples/poly_mod_synth/src/lib.rs index 926bdfbd..eb994432 100644 --- a/plugins/examples/poly_mod_synth/src/lib.rs +++ b/plugins/examples/poly_mod_synth/src/lib.rs @@ -364,7 +364,6 @@ impl Plugin for PolyModSynth { let mut voice_amp_envelope = [0.0; MAX_BLOCK_SIZE]; self.params.gain.smoothed.next_block(&mut gain, block_len); - // TODO: Amp envelope // TODO: Some form of band limiting // TODO: Filter for voice in self.voices.iter_mut().filter_map(|v| v.as_mut()) {