TODO 998 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 1. More effects
  2. - auto-wah (might be integrated into filter)
  3. - envelope follower
  4. - better reverb (more features, use nested allpasses, use 1-pole
  5. 1-zero allpass instead of fractional delays)
  6. - dynamics processing (Thor already did the compressor)
  7. - distortion?
  8. - windy rotary speakery stuff
  9. - filter: more types
  10. 2. Some instruments
  11. - some virtual analogue thing (something larger than Monosynth)
  12. - FM (by reusing my MMX code, or something)
  13. 3. DSP library
  14. - profiling framework
  15. - optimized code (the one I have now only pretends to be optimized :) )
  16. - underflow handling
  17. 4. Wrappers
  18. - LADSPA: proper rdf (get clearance from drobilla ;) )
  19. - better jack host (controls etc)
  20. - BSE
  21. - buzztard
  22. - Linux VST
  23. - LV2
  24. Message Context (for Organ)
  25. EPP (the rest of them)
  26. Mixing Controls
  27. 5. Organization stuff (autotools etc)
  28. - correct compilation and installation of LADSPA plugins (current version is a hack!)
  29. - switch to -O3
  30. - get to work on 64-bit architectures
  31. - i18n (gettext or whatever)