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

Modified Files:
        LoadEffects.cpp 
Log Message:
First go at GUI VST support using the VeSTige aeffects.h header.


Index: LoadEffects.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/LoadEffects.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- LoadEffects.cpp     22 Mar 2009 01:57:17 -0000      1.69
+++ LoadEffects.cpp     20 May 2009 06:33:45 -0000      1.70
@@ -58,8 +58,8 @@
 #include "audiounits/LoadAudioUnits.h"
 #endif
 
-#if defined(__WXMSW__) && !defined(__CYGWIN__)
-#include "VST/LoadVSTWin.h"
+#ifdef USE_VST
+#include "VST/LoadVST.h"
 #endif
 
 #ifdef USE_LADSPA
@@ -276,6 +276,10 @@
    LoadLadspaPlugins();
 #endif
 
+#ifdef USE_VST
+   LoadVSTPlugins();
+#endif
+
 #ifdef USE_SLV2
    LoadLV2Plugins();
 #endif


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to