aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/vsthost.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-10 05:01:30 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-10 05:01:30 +0000
commit467591c8ba03dbd60ceada93482460de3b888838 (patch)
tree32862dcb5dd7675a76323da1747a4cca68087294 /externals/grill/vst/src/vsthost.h
parentec67ac9af1c9a02130347c4ed6f32fa03f55eba2 (diff)
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
Diffstat (limited to 'externals/grill/vst/src/vsthost.h')
-rw-r--r--externals/grill/vst/src/vsthost.h11
1 files changed, 2 insertions, 9 deletions
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<std::string,int,NameCmp> 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;