Operate VST plugin with VVVV logic

hi guys,

i am using a piano vst plugin with audioengine.
is possible to trigger its keys from within vvvv?

like sending the midi code for C# into the plugin?

cheers

there is a girlpower folder with some patches in it. you have to send the midi message for notes to the plugin. so the simplest way is to send notes with the MidiNote mudule to a virtual midi cable and receive it with MidiShort like the patch in the girlpower folder does it:

VSTSynthManual.v4p (21.3 kB)

thx, works like a charm!

actually sending plain notes was really easy, as the plugin didn’t even care on which channel I sent them.

For more advanced signals one can install a virtual midi keyboard and then log its midi signals.