aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-14 02:41:11 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-14 02:41:11 +0000
commit1a5eb47494cc7a1cd1ae3111c54cff7f1d9168fe (patch)
treedf989c39b948cd18803f66d6a30cb36303791336 /externals/grill/vst/src
parentd1b154aef5ca8e047348ee07c9bc36440c1a18fc (diff)
""
svn path=/trunk/; revision=559
Diffstat (limited to 'externals/grill/vst/src')
-rw-r--r--externals/grill/vst/src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp
index a1a66fb6..c74c1dcc 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.0pre5"
+#define VST_VERSION "0.1.0pre7"
#if 0
/* ----- MFC stuff ------------- */
@@ -233,6 +233,7 @@ vst::~vst()
V vst::ClearPlug()
{
if(plug) {
+ ms_edit(false);
ClearBuf();
delete plug; plug = NULL;
}