Guys, I’m trying to send key-strokes from one Juce component to a loaded VST Plugin Editor. (Wusik Station)
Now, I noticed that in the VSTPluginWindow the keyPressed call is empty. I’m trying to understand how to create a Dispatch to send a KeyDown/KeyUp to the plugin.
dispatch (effEditKeyDown…
But I couldn’t figure out how to convert the Juce Key (KeyPress) to the VST Key format. (VstKeyCode)
Any idea on how to get this working in Juce?
Thanks. Wk
