LaF Components?
-
Can someone tell me where in the HISE source code I can find the look and feel description for these components?
-
Probably
HI_LookAndFeel.cpp
. You can find this kind of thing if you have a hint like the name of a function, for exampledrawToggleButton
, do a search through the source for that phrase and it will quickly lead you to the correct location. -
@d-healey @MikeB I'm currently digging around in here if that helps:
HISE/hi_scripting/scripting/api/ScriptingApiObjects.cpp at 1f682f5130f36341d428b050429a11619f096384 · christophhart/HISE
The open source framework for sample based instruments - HISE/hi_scripting/scripting/api/ScriptingApiObjects.cpp at 1f682f5130f36341d428b050429a11619f096384 · christophhart/HISE
GitHub (github.com)
-
-
@MikeB said in LaF Components?:
Where is the PaintRoutine for it in the source Code?
I already told you, HI_LookAndFeel.cpp. Rotary slider is on line 194
-
@d-healey said in LaF Components?:
HI_LookAndFeel.cpp
ok, thank you - I had only opened Dan's example.