Midi to VST no sound
https://puu.sh/Ed81r/1e85d2b010.png
I have this patch set up to send midi note events to Phase Plant but get no sound out or errors in my console. Anyone have ideas about what I am doing wrong?
vst~ needs to have [prepend midievent 144] before a raw midi message. (or 145 for channel 2)
otherwise any message starting with an integer number will be interpreted as program selection.
as shown in the helpfile. :)