mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
72 lines
No EOL
2.3 KiB
XML
72 lines
No EOL
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<GainSlider meterwidth="6"
|
|
thinmeterwidth="6">
|
|
<Adjustment id="gain_adjustment"
|
|
minvalue="0"
|
|
maxvalue="1"/>
|
|
<VBox>
|
|
<Button id="peak_display_button"
|
|
width="58" height="18"
|
|
winfont="Arial Bold 9"
|
|
macfont="Helvetica Bold 9"
|
|
bgnormal="#262626"
|
|
bgactive="#FE0E0E"
|
|
fgnormal="#afafaf"
|
|
fgactive="#afafaf"
|
|
bghover="#C47474"
|
|
bordercolor="#FFFFFF33"
|
|
borderwidth="0 0 0 0"/>
|
|
<HBox>
|
|
<VBox>
|
|
<HBox height="15"/>
|
|
<HBox spacing="4" width="32">
|
|
<VBox id="level_meter_home"
|
|
width="18"
|
|
height="187"/>
|
|
<icon source="mixer_strip_meter_marks"/>
|
|
</HBox>
|
|
</VBox>
|
|
<VBox>
|
|
<!--<HBox height="6"/>-->
|
|
<Fader id="gain_slider"
|
|
adjustment="gain_adjustment"
|
|
facesource="slider_controller_fader"
|
|
activefacesource="slider_controller_active_fader"
|
|
underlaysource="slider_controller_fader_underlay"
|
|
handlesource="slider_controller_fader_handle"
|
|
activehandlesource="slider_controller_fader_handle"
|
|
touchcursor="fader_touch_cursor"
|
|
minposx="10"
|
|
minposy="199"
|
|
maxposx="10"
|
|
maxposy="13"
|
|
box.padding="2"/>
|
|
</VBox>
|
|
</HBox>
|
|
<Entry id="gain_display_entry"
|
|
width="58"
|
|
height="18"
|
|
winfont="Arial Bold 9"
|
|
macfont="Helvetica Bold 9"
|
|
horzalignment="end"
|
|
noshowall="true"
|
|
visible="false"
|
|
cssname="EditorTrackNameDisplay"
|
|
textcolornormal="#ffffff"
|
|
textcoloractive="#ffffff"
|
|
textcolorselected="#ffffff"/>
|
|
<Button id="gain_display_button"
|
|
width="58"
|
|
height="18"
|
|
winfont="Arial Bold 9"
|
|
macfont="Helvetica Bold 9"
|
|
bgnormal="#383838"
|
|
bgactive="#afafaf"
|
|
fgnormal="#24FCD6"
|
|
fgactive="#afafaf"
|
|
fghover="#000000"
|
|
bghover="#B1B1B1"
|
|
bordercolor="#C9C9C9"
|
|
borderwidth="0 0 0 0"/>
|
|
</VBox>
|
|
</GainSlider> |