1
0
Fork 0

Remove Diopser todos

This commit is contained in:
Robbert van der Helm 2023-03-20 13:33:45 +01:00
parent 3c8702ac0a
commit 01f9aa52cb

View file

@ -39,10 +39,6 @@ const NUM_CHANNELS: u32 = 2;
/// The maximum number of samples to iterate over at a time. /// The maximum number of samples to iterate over at a time.
const MAX_BLOCK_SIZE: usize = 64; 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 { pub struct Diopser {
params: Arc<DiopserParams>, params: Arc<DiopserParams>,