From 01f9aa52cbaac811623676b2023afadef69e0e19 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 20 Mar 2023 13:33:45 +0100 Subject: [PATCH] Remove Diopser todos --- plugins/diopser/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/diopser/src/lib.rs b/plugins/diopser/src/lib.rs index 45452710..28b6ca8c 100644 --- a/plugins/diopser/src/lib.rs +++ b/plugins/diopser/src/lib.rs @@ -39,10 +39,6 @@ const NUM_CHANNELS: u32 = 2; /// The maximum number of samples to iterate over at a time. const MAX_BLOCK_SIZE: usize = 64; -// All features from the original Diopser have been implemented (and the spread control has been -// improved). Other features I want to implement are: -// - Briefly muting the output when changing the number of filters to get rid of the clicks -// - A proper GUI pub struct Diopser { params: Arc,