aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/VstHost.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-10-29 03:41:36 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-10-29 03:41:36 +0000
commit94fe304adf3f688e8e97b8934bd37229b8ecb8f9 (patch)
tree0532041a7a828eefa2257b4f1e018ac95992311a /externals/grill/vst/src/VstHost.cpp
parentd042a17c7a890bca38774df164387a7763025787 (diff)
""
svn path=/trunk/; revision=1150
Diffstat (limited to 'externals/grill/vst/src/VstHost.cpp')
-rw-r--r--externals/grill/vst/src/VstHost.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vst/src/VstHost.cpp b/externals/grill/vst/src/VstHost.cpp
index 57a67c52..ee775cfc 100644
--- a/externals/grill/vst/src/VstHost.cpp
+++ b/externals/grill/vst/src/VstHost.cpp
@@ -338,13 +338,13 @@ long VSTPlugin::Master(AEffect *effect, long opcode, long index, long value, voi
else return 1;
}
return 0; // inquire if an input or output is beeing connected;
-
+/*
case audioMasterWantMidi:
return 0;
case audioMasterProcessEvents:
return 0; // Support of vst events to host is not available
-
+*/
case audioMasterGetTime:
memset(&_timeInfo, 0, sizeof(_timeInfo));
_timeInfo.samplePos = 0;