1
0
Fork 0

Update the todo list for Diopser

This commit is contained in:
Robbert van der Helm 2022-02-13 20:21:59 +01:00
parent ee423bf3e0
commit c1d91498e1

View file

@ -37,10 +37,11 @@ const MIN_AUTOMATION_STEP_SIZE: u32 = 1;
const MAX_AUTOMATION_STEP_SIZE: u32 = 512;
// An incomplete list of unported features includes:
// - Actually add the parameters
// - Filter spread
//
// And after that I'll need to add a GUI
// After that the features I want to implement are:
// - Briefly muting the output when changing the number of filters to get rid of the clicks
// - A GUI
struct Diopser {
params: Pin<Box<DiopserParams>>,