From ce28ce03c3e1727b21c43d96cebe90600bb35fde Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 17 Dec 2011 10:38:24 +0100 Subject: Make use of GUI (currently broken) --- vst/drumgizmo_vst.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vst/drumgizmo_vst.h') diff --git a/vst/drumgizmo_vst.h b/vst/drumgizmo_vst.h index 90c7bfc..cf44cf7 100644 --- a/vst/drumgizmo_vst.h +++ b/vst/drumgizmo_vst.h @@ -28,6 +28,7 @@ #define __DRUMGIZMO_DRUMGIZMO_VST_H__ #include +#include #include @@ -77,13 +78,14 @@ public: bool hasMidiProgramsChanged(VstInt32 channel); bool getMidiKeyName(VstInt32 channel, MidiKeyName* keyName); + DrumGizmo *drumgizmo; + private: void initProcess(); // void noteOn(VstInt32 note, VstInt32 velocity, VstInt32 delta); // void noteOff(); void fillProgram(VstInt32 channel, VstInt32 prg, MidiProgramName* mpn); - DrumGizmo *drumgizmo; InputVST *input; OutputVST *output; size_t pos; -- cgit v1.2.3