Built-in layout objects

Object

Description

l_fader

The fader image. The complete image with all graphical elements, but no texts, merged in code. Object is always displayed.

l_state_icon_left
l_state_icon_right

The state images. objects are hidden if not configured to be displayed.

l_bar_pan_full_width
l_bar_pan_left_icon_present
l_bar_pan_right_icon_present
l_bar_pan_both_icons_present

The pan bar. Displayed if the "Rotate while pressed" action is configured to display a pan bar.

The bar width is adjusted to prevent overlapping icons when they are displayed. One object is shown based on the presence of icons, while the others remain hidden. If you always want the bar to be full width regardless of icon presence, set all objects to the same position and size as the "l_bar_pan_full_width" object.

l_bar_vol_full_width
l_bar_vol_left_icon_present
l_bar_vol_right_icon_present
l_bar_vol_both_icons_present

The volume bar. Displayed if the "Rotate while pressed" action is configured to display a volume bar.

The bar width is adjusted to prevent overlapping icons when they are displayed. One object is shown based on the presence of icons, while the others remain hidden. If you always want the bar to be full width regardless of icon presence, set all objects to the same position and size as the "l_bar_vol_full_width" object.

l_toptext_full_width
l_toptext_left_icon_present
l_toptext_right_icon_present
l_toptext_both_icons_present

The text displayed at the top of the dial screen. The content of the text is decided by the selected option in the "Title/value positions" dropdown.

The text width is adjusted to prevent overlapping icons when they are displayed. One object is shown based on the presence of icons, while the others remain hidden. If you always want the text to be full width regardless of icon presence, set all objects to the same position and size as the "l_toptext_full_width" object.

l_fadertext_left_side_upper_row
l_fadertext_left_side_lower_row
l_fadertext_right_side_upper_row
l_fadertext_right_side_lower_row

 
The text displayed on the fader image. The content of the text is decided by the selected option in the "Title/value positions" dropdown.

Depending on the selected option for "Avoid handle/text collisions" and the current fader position, the text can be displayed either on the left or right side of the fader. Objects on the opposite side remain hidden.

The text can consist of two lines, but since the layout text object can only display a single line, the "_upper_row" and "_lower_row" objects are utilized. If a text row is empty, both the text and background objects for that row are hidden.

If you want the text always to be full width, set "Avoid handle/text collisions" to "Do nothing," and then set the position and size for the left object as described. The right side objects will remain unused and can be left as they are.

l_fadertext_left_side_upper_row: "rect": [ 10, 49, 180, 24 ],
l_fadertext_left_side_upper_row_background: "rect": [ 8, 49, 184, 24 ],
l_fadertext_left_side_lower_row: "rect": [ 10, 73, 180, 24 ],
l_fadertext_left_side_lower_row_background: "rect": [ 8, 73, 184, 24 ],

l_fadertext_left_side_upper_row_background
l_fadertext_left_side_lower_row_background
l_fadertext_right_side_upper_row_background
l_fadertext_right_side_lower_row_background

Background color objects for the texts on the fader. Background objects are displayed and hidden in accordance with the corresponding text object.