+ Vintage Delay: custom stompbox-like GUI
[calf.git] / TODO
blob89f6e94657f9790f734eff365fa089ad359e8e93
1 1. More effects
3 - auto-wah (might be integrated into filter)
4 - envelope follower
5 - better reverb (more features, use nested allpasses, use 1-pole 
6   1-zero allpass instead of fractional delays)
7 - dynamics processing
8 - distortion?
9 - windy rotary speakery stuff
10 - true phaser
11 - filter: more types
13 2. Some instruments
15 - update and merge the old electric organ thingy
16 - some virtual analogue thing
17 - FM (by reusing my MMX code, or something)
19 3. DSP library
21 - profiling framework
22 - optimized code (the one I have now only pretends to be optimized :) )
23 - underflow handling
25 4. Wrappers
27 - LADSPA: proper rdf (get clearance from drobilla ;) )
28 - better jack host (controls etc)
29 - BSE
30 - buzztard
31 - Linux VST
32 - LV2
34 5. Organization stuff (autotools etc)
36 - correct compilation and installation of LADSPA plugins (current version is a hack!)
37 - switch to -O3
38 - get to work on 64-bit architectures
39 - i18n (gettext or whatever)