button, window with effect
-
How to open a window when a button is pressed.
example: a button [ EQ 1 ] , a window with a panel that opens and inside a "Parametriq EQ1".
the idea was to create more Parametriq EQ1 with a multiple EQ mode that can be switched.
-
@tsempire You can't open separate windows, but you can show/hide components on the UI using the
showControl
command. I have a video on YouTube showing how to make a tabbed interface. There is also a method described here - https://docs.hise.audio/scripting/scripting-api/broadcaster/index.html -
I've seen something with panels,
-
creates a button
-
creates a panel
-
FloatingTile
is that possible?
-
-
@tsempire I've just posted an example 3h ago:
https://forum.hise.audio/topic/8450/for-all-the-laf-wizards-reverse-rounded-borders
-
@ustk thank you exactly what I'm looking for ^^
-
@ustk epic example. thank you.