home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / traverso / TODO < prev   
Encoding:
Text File  |  2009-03-28  |  3.1 KB  |  61 lines

  1. TOBEDONE FOR 0.4x.x
  2.  
  3. ### NEEDS TESTING ###
  4. - Fold Sheet/Track with Markers 
  5. - Select clips
  6. - Copy/move (including un/redo) selected clips
  7.  
  8. ### BUGS / WISHES ###
  9. * Fade: cursor jumps back to old pos after releasing [F]
  10. * Curve top-left node is hardly visible
  11. * CD Burning doesn't work when traverso was started from clicking on the binary (sometimes, when no empty disk was inserted)
  12. * Ubuntu Intrepid package does not depend on libfftw3 ?
  13. * http://traverso-daw.org/forum/index.php/topic,93.0.html (selecting second burn device not possible)
  14. * current zoom-cursors get messed up at times (specially after using context menu of Zoom)
  15. * PPC build : no jack, crashes on PPC 10.5.1 (both portaudio with jack/coreaudio), which portaudio was used?
  16. * http://forums.frugalware.org/index.php?t=msg&goto=7949&rid=0&S=fc3e4bbb15813272bc2658068081e9d7#msg_7949
  17. * accessability: LAC discussion:  e.g. from 25.12.07, thread "Studio reverb (impulse)"
  18. * Track (Vynil) plugin also applied to other tracks ??
  19. * jack in/output ports numbers are calculated in reversed order! so inputcount ports is output count and vise versa
  20. * Unable to lock memory, Traverso runs unstable due that. Detect (parse limits.conf file) first before trying to memlock ?
  21. * xvidcap -> for creating video demos
  22. * new Song::get_last_location() semantics might not work well e.g. in MoveClip, TimeLineView.
  23. * Why does the User Manual say I need libflac++?
  24. * 2tracks project, seeking to start when beyond first clip: mp3 output garbled!
  25. * solution for project dir renamed outside of traverso: disabling write bit ?
  26. * http://traverso-daw.org/forum/index.php/topic,77.msg264.html#msg264
  27.  
  28. * check if permissions in /etc/security/limits.conf are set, and if not, notify the user!
  29.  
  30. * Loading Project with 0 sheets crashes when spectrum/correlation meters are shown
  31. * http://traverso-daw.org/forum/index.php/topic,60.msg161.html#msg161
  32.     (random crashes on mac os x, unable to reproduce locally)
  33. * Bandpass filter wrong inited (or something like that) it crashes
  34. * DecodeBuffer::delete_destination: sometimes m_channels != 'real destination channel count'
  35.  
  36.  
  37. Less important:
  38.  
  39. * DragClip: to next/previous snap pos is broken problem doesn't happen with copy-clip !!
  40.     Update: SnapList checks for wrong next/prev values now, but this needs
  41.     also to be fixed in MoveClip
  42.  
  43. // ViewPort: m_holdCursorActive is a replacement for m_holdcursor->isVisible()
  44. // in mouseMoveEvents, which crashes when a hold action in one viewport
  45. // ends with the mouse upon a different viewport.
  46. // Should get a proper fix ?
  47. // Maybe it has to do with the hold finish (release) event is propagated to the wrong viewport ?
  48.  
  49. * add docs for preparing pc for realtime use! (limits.conf stuff)
  50.  
  51. * Curve copy should not use the same id!!!!!!
  52.  
  53. * libsndfile: * Sector misalignment, how to handle.
  54.  
  55. * files with a very large DC offset are painted wrong in rectified view ? (see yo-vega.ogg as example)
  56.  
  57. * < Z > and < Z X > centers on the viewport and layouts the tracks, causing 2 paint events!
  58.  
  59. * Painting last curve nodes has artifacts, 'fixed' by populating polygon with as many points as there are
  60.   pixels. This should get a real fix!!
  61.