Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8647

Modified Files:
        Project.cpp 
Log Message:
Cleaning up comments and removing speculative TODOs.  Also changing some mutex 
access from using the raw member variable to using the interface.  Verified 
that copy and paste kind of works for FLAC and also realized that it doesn't 
refresh the screen correctly for wav as well.


Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -d -r1.460 -r1.461
--- Project.cpp 11 Oct 2009 14:55:47 -0000      1.460
+++ Project.cpp 11 Oct 2009 19:31:09 -0000      1.461
@@ -2361,7 +2361,7 @@
             mTrackPanel->Refresh(true);
             this->PushState(_("Project checker repaired file"), _("Repair"));
    
-         }
+                            }
       }
    } else {
       mTracks->Clear(true);
@@ -3409,6 +3409,11 @@
       {
          //if the ODManager hasn't been initialized, there's no chance this 
track has OD blocks since this
          //is a "Redo" operation.
+         //TODO: update this to look like the update loop in OpenFile that 
handles general purpose ODTasks.
+         //BUT, it is too slow to go thru every blockfile and check the 
odtype, so maybe put a flag in wavetrack
+         //that gets unset on OD Completion, (and we could also update the 
drawing there too.)  The hard part is that 
+         //we would need to watch every possible way a OD Blockfile could get 
inserted into a wavetrack and change the 
+         //flag there.
          if(ODManager::IsInstanceCreated())
          {
             if(!odUsed)


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to