-
Notifications
You must be signed in to change notification settings - Fork 62
/
todo.txt
43 lines (33 loc) · 1.09 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// // // // // // // // // // // // // // // // // // // // //
2.0 SOUND
FOR RELEASE
- Improve/make examples
Bugs:
+ Fix FFT Crash
+ Fix Low Pass Distortion
+ Review Filter Algorithms, exclude Resonance, introduce Bandwith for BPass
+ Fix problem of passing effects to Analyzers
+ Make audio input work
- Use Patch Cables for signal splitting for effects
+ Fix MP3 thing
Features:
+ Compile Windows Version
- 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
Documentation:
- Write reference for Sound for Processing website
- Review Processing Book
NICE
- Pitchtracker (optional)
- isPlaying method for Synths
- helper functions (ampToDB, midiToFreq etc..)
- make non-bandlimited a pro option
EYE ON THE FUTURE
- Multichannel panning
- More Descriptors (beat tracking etc.?)
- Separate audio scheduling loop
// // // // // // // // // // // // // // // // // // // // //