on init
declare ui_label $label_1 (1,1)
set_text ($label_1,"Small Label")
hide_part ($label_1,$HIDE_PART_BG)
end on
Hide the background of a label (also possible with other UI elements)
set_text()
add_text_line()
hide_part()
4.5. ui_level_meter
declare ui_level_meter $
Create a level meter
Remarks
• The level meter can only be attached to the output levels of buses or the instrument master.
Examples
on init
declare ui_level_meter $Level1
declare ui_level_meter $Level2
attach_level_meter (get_ui_id($Level1),-1,-1,0,-1)
attach_level_meter (get_ui_id($Level2),-1,-1,1,-1)
end on
Creating two volume meters, with each displaying one channel of KONTAKT’s instrument output
See Also
$
CONTROL_PAR_BG_COLOR
$CONTROL_PAR_OFF_COLOR
$CONTROL_PAR_ON_COLOR
$CONTROL_PAR_OVERLOAD_COLOR
$CONTROL_PAR_PEAK_COLOR
$CONTROL_PAR_VERTICAL
attach_level_meter()
Do'stlaringiz bilan baham: