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 + +// // // // // // // // // // // // // // // // // // // // //