From 2ca703cc445b59f794318dc2f673d4fc1d56686e Mon Sep 17 00:00:00 2001 From: Blackaddr Audio Date: Mon, 2 Apr 2018 17:25:49 -0400 Subject: [PATCH] Create TODO.md --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e845830 --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# TODO +- [ ] add an LFO class +- [ ] add 'DIGITAL' as a filter type to AudioEffectAnalogDelay +- [ ] refactor AudioEffectDelay to use reusable library components +- [ ] create AudioEffectADT, an automatic double tracker +- [ ] create AudioEffectSOS, a Sound-on-Sound effect +- [ ] create AudioEffectTremolo +- [ ] create a MIDI controlled chorus +- [ ] create a MIDI controlled flanger