1
0
Fork 0

Remove old todo

This commit is contained in:
Robbert van der Helm 2022-09-22 17:39:22 +02:00
parent 347cbae430
commit e4d1ad39ab

View file

@ -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()) {