cmajor-lang / cmajor

The Cmajor public repository
https://cmajor.dev
Other
522 stars 31 forks source link

Is there a way to successfully input keys on the host DAW? #31

Closed Tanchiky closed 8 months ago

Tanchiky commented 8 months ago

When the plug-in is in focus, keyboard input is not performed correctly on the host DAW side. For example, pressing the space key (play/stop) while the plug-in is in focus does not respond at all.

This occurs not only with home-made GUI using Javascript and CMajor's generic GUI. Does anyone know how to get this to work properly?

julianstorer commented 8 months ago

Key forwarding in plugin hosts is a bit of a nightmare! This is on our to-do-list to look into at some point..

Tanchiky commented 8 months ago

I understand! Thanks for letting me know😊