Update of /cvsroot/audacity/audacity-src/src
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6127

Modified Files:
        MixerBoard.cpp 
Log Message:
Remove check on constant (basically unused) flag. 
Fix a comment.

Index: MixerBoard.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/MixerBoard.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- MixerBoard.cpp      24 Sep 2009 00:59:04 -0000      1.24
+++ MixerBoard.cpp      30 Nov 2009 19:34:09 -0000      1.25
@@ -398,8 +398,9 @@
       i++;
    }
 
-   bool bWantPostFadeValues = true; //v Turn this into a checkbox on 
MixerBoard?
-   if (bSuccess && bWantPostFadeValues)
+   //const bool bWantPostFadeValues = true; //v Turn this into a checkbox on 
MixerBoard?
+   //if (bSuccess && bWantPostFadeValues)
+   if (bSuccess)
    {
       for (i = 0; i < nFramesPerBuffer; i++)
       {
@@ -417,7 +418,7 @@
 
    if (bSuccess)
       mMeter->UpdateDisplay(
-         2, // If mono, show left track values in both meters, as in 
MeterToolBar.      kNumChannels, 
+         2, // If mono, show left track values in both meters, as in 
MeterToolBar, rather than kNumChannels.
          nFramesPerBuffer, 
          maxLeft, rmsLeft, 
          maxRight, rmsRight, 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to