From 467591c8ba03dbd60ceada93482460de3b888838 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 10 Mar 2005 05:01:30 +0000 Subject: alt-click for plug editor cleanups updated build system fix for build system update for flext build system added support for plug shells (like Waveshell) svn path=/trunk/; revision=2616 --- externals/grill/vst/src/vsthost.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'externals/grill/vst/src/vsthost.h') diff --git a/externals/grill/vst/src/vsthost.h b/externals/grill/vst/src/vsthost.h index 036f2806..185a7113 100644 --- a/externals/grill/vst/src/vsthost.h +++ b/externals/grill/vst/src/vsthost.h @@ -53,8 +53,7 @@ public: VSTPlugin(); ~VSTPlugin(); - int Instance(const char *dllname); -// void Create(VSTPlugin *plug); + int Instance(const char *dllname,const char *subplug = NULL); void Free(); void DspInit(float samplerate,int blocksize); @@ -166,19 +165,13 @@ protected: typedef std::map NameMap; int paramnamecnt; NameMap paramnames; - -/* - float *inputs[MAX_INOUTS]; - float *outputs[MAX_INOUTS]; -*/ + // static VstTimeInfo _timeInfo; VstMidiEvent midievent[MAX_EVENTS]; VstEvents events; int queue_size; -// float sample_rate; - void SendMidi(); char _midichannel; -- cgit v1.2.1