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

Modified Files:
        ControlToolBar.cpp 
Log Message:
Changing Automatic Volume designation to Automated Input Level Adjustment.

Index: ControlToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ControlToolBar.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- ControlToolBar.cpp  10 Aug 2009 18:19:37 -0000      1.44
+++ ControlToolBar.cpp  28 Aug 2009 14:44:28 -0000      1.45
@@ -710,8 +710,8 @@
    SetPlay(false);
    SetRecord(false);
 
-   #ifdef AUTOMATIC_VOLUME
-      gAudioIO->AVDisable();
+   #ifdef AUTOMATED_INPUT_LEVEL_ADJUSTMENT
+      gAudioIO->AILADisable();
    #endif
 
    mPause->PopUp();
@@ -897,9 +897,9 @@
             t->Add(newRecordingTracks[i]);
       }
 
-      //Automatic Volume Initialization
-      #ifdef AUTOMATIC_VOLUME
-         gAudioIO->AVInitialize();
+      //Automated Input Level Adjustment Initialization
+      #ifdef AUTOMATED_INPUT_LEVEL_ADJUSTMENT
+         gAudioIO->AILAInitialize();
       #endif
 
       int token = gAudioIO->StartStream(playbackTracks,


------------------------------------------------------------------------------
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