Skip to content

Commit

Permalink
Fix keyboard handling in some windows VST3 contexts (#204)
Browse files Browse the repository at this point in the history
This implements the JUCE sneaky bheind-the-scenes windows
event hook in the clap juce shim, defacto making keyboard
entry in live and s1 on windows not work.

This fixes it.

Closes #202
Closes #106
  • Loading branch information
baconpaul authored Feb 2, 2025
1 parent 5a106fd commit 92ee0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build/
.DS_Store
.idea/
.vs/
cmake-*/
ignore/
minst*.sh
Expand Down

0 comments on commit 92ee0d2

Please sign in to comment.