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

Modified Files:
        Menus.cpp 
Log Message:
New status-bar messages for Contrast Effect

Index: Menus.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -d -r1.419 -r1.420
--- Menus.cpp   5 Nov 2008 01:06:54 -0000       1.419
+++ Menus.cpp   9 Nov 2008 18:38:17 -0000       1.420
@@ -1070,6 +1070,7 @@
    c->AddCommand(wxT("SnapToOff"),     _("Snap To Off"),          
FN(OnSnapToOff));
 
 #ifdef EXPERIMENTAL_CONTRAST
+   // these next 2 are for the Contrast analyze effect
    c->AddCommand(wxT("DefineForeground"), _("Define Foreground\tCtrl+Alt+F"), 
FN(OnDefineForeground));
    c->AddCommand(wxT("DefineBackground"), _("Define Background\tCtrl+Alt+B"), 
FN(OnDefineBackground));
 #endif
@@ -5218,12 +5219,14 @@
 {
    gPrefs->Write(wxT("/Contrast/startTimeF"), mViewInfo.sel0);
    gPrefs->Write(wxT("/Contrast/endTimeF"), mViewInfo.sel1);
+   TP_DisplayStatusMessage(wxT("Foreground audio selection saved (for 
Analyze->Contrast)"));
 }
 
 void AudacityProject::OnDefineBackground()
 {
    gPrefs->Write(wxT("/Contrast/startTimeB"), mViewInfo.sel0);
    gPrefs->Write(wxT("/Contrast/endTimeB"), mViewInfo.sel1);
+   TP_DisplayStatusMessage(wxT("Background audio selection saved (for 
Analyze->Contrast)"));
 }
 #endif
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to