diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-12-17 10:38:24 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-12-17 10:38:24 +0100 |
commit | ce28ce03c3e1727b21c43d96cebe90600bb35fde (patch) | |
tree | 39b2254ef9e0d237fe8fb1ac19355040ed248b83 /vst/drumgizmo_vst.h | |
parent | 2f4c1dea5b6610f8ca202dc8b1546e87a77c91ab (diff) |
Make use of GUI (currently broken)
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; |