best way to escape....
-
Hise doesn't have access to key press.
Now it has :)
https://docs.hise.audio/scripting/scripting-api/scriptpanel/index.html#setkeypresscallback
-
:face_with_tears_of_joy: OMG That Title
The Answer Is RUN -
@Christoph-Hart I've asked you this before but is there a way to use this now turn off keyboard focus for compiled plugins?
-
@Christoph-Hart
This is a typical example of what is sooo fun and surprising on this forum, Hallelujah! 🥳 -
-
@Christoph-Hart I saw that the "Master" branch have the latest updates, is this the branch one should use now?
-
@ulrik never mind, the Master branch is way behind Develop :)
-
@Christoph-Hart
latest develop failed on MacOs 10.15.7 Xcode 12.0
-
please try again...
-
@Christoph-Hart old errors gone but a new one
-
please try again...
-
@Christoph-Hart Success!! :)
-
@Christoph-Hart I'm playing around with this new feature, it looks really powerful, thanks once again!
I have a question:
I use 3*2 "specialKeys" (å, ä, ö, Å, Ä, Ö)
they have their keyCode but not the character, is it possible to attach their characters somewhere?
I have no problem to type them anywhere else in Hise but here it's not working -
it works here - they are part of the UTF16 character set, so the
description
shows their unicode number, but if you attach the character as shown in the example, it will show them correctly as part of the string. -
@Christoph-Hart yes it works if I attach the characters it works, thank you!