PDA

View Full Version : send vstMidiEvents with iPlug


alois
12-21-2009, 03:07 AM
Hi all,

I'm very new to wdl / iPlug, and quite new to c++ too.
Been searching/reading all previous posts on the subject (how to send midi out), which helped to some degree, but i still can't get my compiled example plugin to show midi output ports (or inputs for that matter) (im using audiomulch2 and ableton).
I know in vst land this depends on the 'canDo' stuff, 'sendVstMidiEvent', which i found in iPlugVst, so i tried changing the default value of that in iPlugVst.h, but no luck yet. I also havent been able to find out how to actually define that in my plugin...
I hope this question is not too stupid to be asked here , and thanks alot for help!

alois

alois
12-21-2009, 03:26 AM
okok, it was a stupid question indeed... found the PLUG_DOES_MIDI define in resource.h and now i got midi ports :)