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

Modified Files:
        LoadVST.cpp VSTEffect.cpp 
Log Message:
Disable some (too verbose) debugging.

Index: VSTEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/VST/VSTEffect.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- VSTEffect.cpp       18 Jun 2009 00:40:05 -0000      1.37
+++ VSTEffect.cpp       9 Jul 2009 07:42:20 -0000       1.38
@@ -1249,10 +1249,12 @@
          return (index < mChannels ? 0 : 1);
 
       default:
+#if 0
 #if defined(__WXDEBUG__)
          wxPrintf(wxT("effect: %p opcode: %d index: %d value: %d ptr: %p opt: 
%f user: %p\n"),
                   effect, opcode, index, value, ptr, opt, effect->user);
 #endif
+#endif
          return 0;
    }
 

Index: LoadVST.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/VST/LoadVST.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- LoadVST.cpp 2 Jul 2009 22:12:16 -0000       1.5
+++ LoadVST.cpp 9 Jul 2009 07:42:20 -0000       1.6
@@ -65,12 +65,14 @@
          return 0;
 
       default:
+#if 0
 #if defined(__WXDEBUG__)
          wxPrintf(wxT("effect: %p opcode: %d index: %d value: %d ptr: %p opt: 
%f user: %p\n"),
                   effect, opcode, index, value, ptr, opt, effect->user);
          wxLogDebug(wxT("effect: %p opcode: %d index: %d value: %d ptr: %p 
opt: %f user: %p"),
                     effect, opcode, index, value, ptr, opt, effect->user);
 #endif
+#endif
          return 0;
    }
 }


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to