UI Components
UI Components cover all clickable User Interface elements of HISE .
- Plugin Components are basic UI Components that you can add to the plugins interface with the Interface Designer . (Slider , Button , ComboBox , etc..). You can customize their colors or exchange their graphics with filmstrips.
Two of these are somewhat special:
- The Panel
is a generic Scripting Panel, that can be fully customized with scriptable Paint Routine
, MouseEvent-
and Timer Callbacks
.
- Plugin Floating Tiles are hard-coded interface elements with which you can add predefined functionalities to your plugin. (Keyboard , CustomSettings , PresetBrowser , etc..)
If you want more control over the the appearance of the UI Components make sure to take a look at the Look and Feel functionality.