Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv26476/prefs

Modified Files:
        PrefsDialog.cpp 
Log Message:
Removed EXPERIMENTAL_NOTE_TRACK from the Audacity project.  In order to turn 
MIDI on and off, we now use the USE_MIDI flag instead of the 
EXPERIMENTAL_NOTE_TRACK flag.

Index: PrefsDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/PrefsDialog.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- PrefsDialog.cpp     28 Jun 2008 21:53:51 -0000      1.55
+++ PrefsDialog.cpp     7 Jul 2008 18:13:48 -0000       1.56
@@ -50,7 +50,7 @@
 #include "SmartRecordPrefs.h"
 
 /* REQUIRES PORTMIDI */
-//#include "MidiIOPrefs.h" //For EXPERIMENTAL_NOTE_TRACK
+//#include "MidiIOPrefs.h"
 
 #include "DirectoriesPrefs.h"
 #include "FileFormatPrefs.h"
@@ -134,10 +134,8 @@
 
    // Parameters are: AppPage( page, name, IsSelected, imageId)
    w = new AudioIOPrefs(mCategories);     mCategories->AddPage(w, 
w->GetName(),false,0);
-#ifdef EXPERIMENTAL_NOTE_TRACK
 /* REQUIRES PORTMIDI */
 //   w = new MidiIOPrefs(mCategories);     mCategories->AddPage(w, 
w->GetName(),false,0);
-#endif /* EXPERIMENTAL_NOTE_TRACK */
    w = new QualityPrefs(mCategories);     mCategories->AddPage(w, 
w->GetName(),false,0);
    w = new FileFormatPrefs(mCategories);  mCategories->AddPage(w, 
w->GetName(),false,0);
    w = new GUIPrefs(mCategories);         mCategories->AddPage(w, 
w->GetName(),false,0);


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to