This file is indexed.

/usr/share/doc/calf-plugins/TODO is in calf-plugins 0.0.60-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
1. More effects

- auto-wah (might be integrated into filter)
- envelope follower
- better reverb (more features, use nested allpasses, use 1-pole 
  1-zero allpass instead of fractional delays)
- dynamics processing (Thor already did the compressor)
- distortion?
- windy rotary speakery stuff
- filter: more types

2. Some instruments

- some virtual analogue thing (something larger than Monosynth)
- FM (by reusing my MMX code, or something)

3. DSP library

- profiling framework
- optimized code (the one I have now only pretends to be optimized :) )
- underflow handling

4. Wrappers

- LADSPA: proper rdf (get clearance from drobilla ;) )
- better jack host (controls etc)
- BSE
- buzztard
- Linux VST
- LV2
  Message Context (for Organ)
  EPP (the rest of them)
  Mixing Controls

5. Organization stuff (autotools etc)

- correct compilation and installation of LADSPA plugins (current version is a hack!)
- switch to -O3
- get to work on 64-bit architectures
- i18n (gettext or whatever)