From f7d9ac924c8ee696694a681fb8e85ee1a9514282 Mon Sep 17 00:00:00 2001 From: wirsing Date: Fri, 11 Jul 2014 10:39:07 -0700 Subject: [PATCH] Added todo.txt --- java/libraries/sound/todo.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 java/libraries/sound/todo.txt diff --git a/java/libraries/sound/todo.txt b/java/libraries/sound/todo.txt new file mode 100644 index 000000000..de528972c --- /dev/null +++ b/java/libraries/sound/todo.txt @@ -0,0 +1,30 @@ +// // // // // // // // // // // // // // // // // // // // // + +2.0 SOUND + + FOR RELEASE + + Bugs: + - Fix FFT Crash + - Fix Low Pass Distortion + - Fix problem of passing effects to Analyzers + + Features: + - Make oscillators modulatable + - Bandlimit oscillators + - Introduce wet/dry for Delay + - Interpolate control signals + - Overload Filter Functions + - If you loop a sample and use jump make it play from the beginning + + NICE + - Pitchtracker + - isPlaying method for Synths + - helper functions (ampToDB, midiToFreq etc..) + + EYE ON THE FUTURE + - Multichannel panning + - More Descriptors (beat tracking etc.?) + - Separate audio scheduling loop + +// // // // // // // // // // // // // // // // // // // // //