Merge branch 'master' of https://github.com/calf-studio-gear/calf
[calf.git] / TODO
blob55bcfb1ca702e2a611fe61b79a8c6b052e978bbb
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 (Thor already did the compressor)
8 - distortion?
9 - windy rotary speakery stuff
10 - filter: more types
12 2. Some instruments
14 - some virtual analogue thing (something larger than Monosynth)
15 - FM (by reusing my MMX code, or something)
17 3. DSP library
19 - profiling framework
20 - optimized code (the one I have now only pretends to be optimized :) )
21 - underflow handling
23 4. Wrappers
25 - LADSPA: proper rdf (get clearance from drobilla ;) )
26 - better jack host (controls etc)
27 - BSE
28 - buzztard
29 - Linux VST
30 - LV2
31   Message Context (for Organ)
32   EPP (the rest of them)
33   Mixing Controls
35 5. Organization stuff (autotools etc)
37 - correct compilation and installation of LADSPA plugins (current version is a hack!)
38 - switch to -O3
39 - get to work on 64-bit architectures
40 - i18n (gettext or whatever)