aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src
diff options
context:
space:
mode:
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;
}