PARAM_TOOLTIP
The parameter tool tip is a system tool tip that displays a parameter as text. See the attributes of the PARAM_TEXT widget.
Attributes brief detailed show all inherited
See TOOLTIP (except 'text' attribute that is replaced by the formatted parameter data) and PARAM_TEXT.
Examples
Display a param tool tip on a knob (the blank cell has been added so that the skin is larger than the tool tip).
- <!-- create a param -->
- <PARAM id="A" min="-20" max="20" default="0" />
- <!-- display a knob with a tooltip -->
- <LM_KNOB_WHITE_A_SMALL param_id="A">
- <PARAM_TOOLTIP param_id="A" content="result: {value} (extra info)" />
- </LM_KNOB_WHITE_A_SMALL>

Comments
Please, authorize to view and post comments.