diff options
Diffstat (limited to 'vst/drumgizmo_vst.h')
-rw-r--r-- | vst/drumgizmo_vst.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <public.sdk/source/vst2.x/audioeffectx.h> +#include <public.sdk/source/vst2.x/aeffeditor.h> #include <drumgizmo.h> @@ -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; |