-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key events not working in Reaper on macOS #169
Comments
wondering if the problem actually lies within nih_plug: the VST3 i have a feeling that Reaper might be using these VST3 key handlers more pedantically than most hosts |
returning this is also an issue with JUCE btw: https://forum.juce.com/t/reaper-stealing-spacebar-keystrokes-in-texteditor/30689/8 |
I'm blocked by this same problem. I'm using NIH-Plug and implementing the UI with egui. Key input doesn't work in either the VST3 or CLAP versions of the plugin. Is there any possibility of this getting fixed? |
the NSView's keyDown/keyUp methods are never getting called in Reaper when there's keyboard input with the plugin window in focus. neither turning on "Send all keyboard input to plugin" or opening the UI in its own window changed the situation.
curiously, the events are still consumed on some level as Reaper is also not receiving keyboard events when the plugin window is in focus (space doesn't toggle playback, for example).
i'm running macOS 13.5.2 and Reaper 6.43 and using baseview with nih_plug
The text was updated successfully, but these errors were encountered: