-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Search modules keyboard input produces duplicate of input key #54
Comments
This is on Windows, correct? |
OSX 10.15.6 - Reaper 6.19 64bit vst and vsti versions. |
Keyboard input in Windows is host-dependent with a variety of weird behaviors. So far:
|
To explain, this is because VST2 defines a method for hosts to notify plugins of keyboard events. Some hosts do not send the special VST2 keycodes at all, only relying on native OS events. The whole thing is quite silly and PITA to implement and get right... |
Can happens in Reaper on Windows for me but Ableton is fine. |
Version Tested: SHA builld - 4a85fc8
Expected:
Rick click to open dialog for adding module
Type "a" to see all modules starting with "a"
Actual:
Type "a" and get "aa".
Just FYI - I confirmed double lettering was not happening on Rack2 official release.
The text was updated successfully, but these errors were encountered: