How to handle onKeyUp on VST Editor? Nothing happens...

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi,

From the AEffEditor header I thought that by extending onKeyUp and onKeyDown I would automatically had the key events passing thru from the host to the editor but I can't have nothing being triggered. What am I missing here?

Regards,

Nuno

Post

You're not missing anything - most hosts don't support this.

If you want to handle key press events, you need to capture them yourself. If you're using vstgui you can use CFrame::registerKeyboardHook()

Post

Gotcha ya!

Thanks for your reply.

Regards

Post Reply

Return to “DSP and Plugin Development”