KUIML
Blue Cat's User Interface Programming Language
Attributes Common to Param Info Viewers

Inherited Attributes

See Attributes Common to Widgets.

Specific Attributes

In the case of widgets with multiple dimensions showing information about several parameters, the attributes below may be prefixed (with 'x_', 'y_' etc. depending on widget).

Name Value Type Default Value Description Comment V. Exp.

param_info_id

param info id

empty

Identifier of the parameter information to display.

This value is mandatory.

1.3

No

reverse

boolean

false

Parameter information widgets display the parameter values the other way round.


1.3

1.3

positions_count

Positive integer

Depends on parameter and widget

Number of states of the param information widget.


1.3

1.3

response_curve

response curve

'linear'

The response curve of the widget: this is the function used to transform the position of the viewer to the parameter value.


1.3

No

scale

'linear' or 'log'

'linear'

Parameter pre-scaling


1.3

No

zoom

real number in the [1;+oo] range.

1

Zoom on the parameter range.

This attribute enables you to zoom the parameter range to display/control a portion of the parameter range only. The exact range is also controlled by the offset parameter.

1.3

1.3

offset

real number in the [0;1] range.

0

offset on the parameter range.

This attribute is active only when the zoom parameter has a value different from 1. You can then control where the parameter range starts (0 means that the parameter range starts with its minimum value, 1 means that it ends with its maximum value, and .5 means that the range is centered)

1.3

1.3

max_zoom

real number in the [1;+oo] range.

1

Maximum value allowed for the exposed zoom parameter.


1.3

No