We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6029b59 commit dd910bcCopy full SHA for dd910bc
1 file changed
java/libraries/sound/todo.txt
@@ -0,0 +1,30 @@
1
+// // // // // // // // // // // // // // // // // // // // //
2
+
3
+2.0 SOUND
4
5
+ FOR RELEASE
6
7
+ Bugs:
8
+ - Fix FFT Crash
9
+ - Fix Low Pass Distortion
10
+ - Fix problem of passing effects to Analyzers
11
12
+ Features:
13
+ - Make oscillators modulatable
14
+ - Bandlimit oscillators
15
+ - Introduce wet/dry for Delay
16
+ - Interpolate control signals
17
+ - Overload Filter Functions
18
+ - If you loop a sample and use jump make it play from the beginning
19
20
+ NICE
21
+ - Pitchtracker
22
+ - isPlaying method for Synths
23
+ - helper functions (ampToDB, midiToFreq etc..)
24
25
+ EYE ON THE FUTURE
26
+ - Multichannel panning
27
+ - More Descriptors (beat tracking etc.?)
28
+ - Separate audio scheduling loop
29
30
0 commit comments