aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-02-23 12:52:25 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-02-23 12:52:25 +0000
commit97d45e6c3f1858fa51daec5655dc93a92c79a955 (patch)
treed6dac65eeacbd78ed447141063191f2b912d1fd1 /externals/grill/vst/src/main.cpp
parentf627d3fed905ef8288c3b6bbc18e195495fea96b (diff)
""
svn path=/trunk/; revision=425
Diffstat (limited to 'externals/grill/vst/src/main.cpp')
-rw-r--r--externals/grill/vst/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp
index fc4dd7d5..739d7276 100644
--- a/externals/grill/vst/src/main.cpp
+++ b/externals/grill/vst/src/main.cpp
@@ -19,7 +19,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <direct.h>
#include <io.h>
-#define VST_VERSION "0.1.0pre"
+#define VST_VERSION "0.1.0pre3"
#if 0
/* ----- MFC stuff ------------- */
@@ -378,7 +378,7 @@ BL vst::ms_plug(I argc,const A *argv)
}
// re-init dsp stuff
- InitPlug();
+ if(plug) InitPlug();
return lf;
}