mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
// // // // // // // // // // // // // // // // // // // // //
|
|
|
|
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
|
|
|
|
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
|
|
|
|
// // // // // // // // // // // // // // // // // // // // //
|