Change Key Width using code
-
Is there a way to change the key width parameter in code without touching LAF? I want to fit the keyboard to the size of the screen depending on the resolution of my app. My instinct was to edit it with keyboardName.set("Data", xxx), but I don't know how to approach this as the keyboard Data property is like its own function.
Thank you!
-
-
@d-healey Perfect, that did it, thanks for the quick response!
-
@d-healey said in Change Key Width using code:
https://forum.hise.audio/topic/7466/updating-floatingtile-content-data/2?_=1721598173242
Cheers man! Bit of hunting for that trace(data) technique, but that has helped!