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..)
Because the HISE
interface itself is built with Floating Tiles, you're able to access all its elements in HISE Floating Tiles
. In connection with the Layout Floating Tiles
you can adapt your version of HISE
to your needs. Like in the Main Workspaces Left Panel
or the [Custom Workspace]link. (See: Enable Layout Mode
)