Custom Keyboard - ScriptPanel vs FloatingTile with LAF
-
Currently, as far as I know, there seem to be these two methods to implement a virtual piano keyboard in HISE:
- draw custom graphics on a Panel and add the interaction on mouse events, note on/off etc.
- use a Keyboard FloatingTile and change its LookAndFeel.
What are the pros and cons between them?
-
@civet If you can achieve the result you want with a FloatingTile then use that. It's the native widget for this task and saves you work.