This file is indexed.

/usr/share/doc/traverso/TODO is in traverso 0.49.4-1build1.

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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
TOBEDONE FOR 0.4x.x

### NEEDS TESTING ###
- Fold Sheet/Track with Markers 
- Select clips
- Copy/move (including un/redo) selected clips

### BUGS / WISHES ###
* Fade: cursor jumps back to old pos after releasing [F]
* Curve top-left node is hardly visible
* CD Burning doesn't work when traverso was started from clicking on the binary (sometimes, when no empty disk was inserted)
* Ubuntu Intrepid package does not depend on libfftw3 ?
* http://traverso-daw.org/forum/index.php/topic,93.0.html (selecting second burn device not possible)
* current zoom-cursors get messed up at times (specially after using context menu of Zoom)
* PPC build : no jack, crashes on PPC 10.5.1 (both portaudio with jack/coreaudio), which portaudio was used?
* http://forums.frugalware.org/index.php?t=msg&goto=7949&rid=0&S=fc3e4bbb15813272bc2658068081e9d7#msg_7949
* accessability: LAC discussion:  e.g. from 25.12.07, thread "Studio reverb (impulse)"
* Track (Vynil) plugin also applied to other tracks ??
* jack in/output ports numbers are calculated in reversed order! so inputcount ports is output count and vise versa
* Unable to lock memory, Traverso runs unstable due that. Detect (parse limits.conf file) first before trying to memlock ?
* xvidcap -> for creating video demos
* new Song::get_last_location() semantics might not work well e.g. in MoveClip, TimeLineView.
* Why does the User Manual say I need libflac++?
* 2tracks project, seeking to start when beyond first clip: mp3 output garbled!
* solution for project dir renamed outside of traverso: disabling write bit ?
* http://traverso-daw.org/forum/index.php/topic,77.msg264.html#msg264

* check if permissions in /etc/security/limits.conf are set, and if not, notify the user!

* Loading Project with 0 sheets crashes when spectrum/correlation meters are shown
* http://traverso-daw.org/forum/index.php/topic,60.msg161.html#msg161
	(random crashes on mac os x, unable to reproduce locally)
* Bandpass filter wrong inited (or something like that) it crashes
* DecodeBuffer::delete_destination: sometimes m_channels != 'real destination channel count'


Less important:

* DragClip: to next/previous snap pos is broken problem doesn't happen with copy-clip !!
	Update: SnapList checks for wrong next/prev values now, but this needs
	also to be fixed in MoveClip

// ViewPort: m_holdCursorActive is a replacement for m_holdcursor->isVisible()
// in mouseMoveEvents, which crashes when a hold action in one viewport
// ends with the mouse upon a different viewport.
// Should get a proper fix ?
// Maybe it has to do with the hold finish (release) event is propagated to the wrong viewport ?

* add docs for preparing pc for realtime use! (limits.conf stuff)

* Curve copy should not use the same id!!!!!!

* libsndfile: * Sector misalignment, how to handle.

* files with a very large DC offset are painted wrong in rectified view ? (see yo-vega.ogg as example)

* < Z > and < Z X > centers on the viewport and layouts the tracks, causing 2 paint events!

* Painting last curve nodes has artifacts, 'fixed' by populating polygon with as many points as there are
  pixels. This should get a real fix!!