All Classes Functions Enumerations Enumerator Pages
List of all members
PresetBrowserPanel Class Reference

Inherits FloatingTileContent, and Component.

Detailed Description

Type-ID: PresetBrowser

The preset browser of HISE. This is a three column browser for Banks / Categories and Presets which will load user presets for the instrument.

PresetBrowser Screenshot

Used base properties:

ID Description
ColourData::bgColour the background colour
ColourData::itemColour1 the highlight colour
Font the font used. The font size will be fixed

Example JSON

``` const var data = { "Type": "PresetBrowser", "StyleData": { }, "Font": "Consolas",

"ColourData": { "bgColour": "0xFF222222", "itemColour1": "0xFF555588" } }; ```

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.