From 94fe304adf3f688e8e97b8934bd37229b8ecb8f9 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 29 Oct 2003 03:41:36 +0000 Subject: "" svn path=/trunk/; revision=1150 --- externals/grill/vst/src/VstHost.cpp | 4 ++-- externals/grill/vst/vst.vcproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'externals/grill/vst') 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; diff --git a/externals/grill/vst/vst.vcproj b/externals/grill/vst/vst.vcproj index b3082cf7..36d8f3c2 100644 --- a/externals/grill/vst/vst.vcproj +++ b/externals/grill/vst/vst.vcproj @@ -84,7 +84,7 @@ OutputDirectory=".\pd-msvc/d" IntermediateDirectory=".\pd-msvc/d" ConfigurationType="2" - UseOfMFC="2" + UseOfMFC="1" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2">