mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
88 lines
2.6 KiB
XML
88 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<RouteUI width="233"
|
|
height="66"
|
|
bgnormal="#383838"
|
|
bgactive="#6A6A6A"
|
|
peaktreshold="-144.4">
|
|
<VBox>
|
|
<EventBox height="1"
|
|
bgnormal="#494949"
|
|
bgactive="#494949"/>
|
|
<HBox height="64">
|
|
<VBox width="35"/>
|
|
<EventBox width="1"
|
|
bgnormal="#000000"
|
|
bgactive="#000000"/>
|
|
<VBox width="60">
|
|
<HBox height="3"/>
|
|
<HBox>
|
|
<VBox width="6"/>
|
|
<Label text="MASTER"
|
|
font="Helvetica 10"
|
|
fgnormal="#ffffff"
|
|
fgactive="#ffffff"
|
|
justify="left"/>
|
|
</HBox>
|
|
</VBox>
|
|
<VBox>
|
|
<EventBox bgnormal="#000000"
|
|
bgactive="#000000">
|
|
<EventBox bgnormal="#383838"
|
|
bgactive="#6A6A6A"
|
|
borderwidth="1">
|
|
<iconbutton id="master_mute_button"
|
|
width="41"
|
|
height="20"
|
|
normalicon="master_mute"
|
|
activeicon="master_mute_active"
|
|
prelighticon="master_mute_prelight"/>
|
|
</EventBox>
|
|
</EventBox>
|
|
</VBox>
|
|
<EventBox width="1"
|
|
bgnormal="#000000"
|
|
bgactive="#000000"
|
|
box.pack="end"/>
|
|
<VBox id="level_meter_home"
|
|
box.pack="end"/>
|
|
</HBox>
|
|
<EventBox height="1"
|
|
bgnormal="#000000"
|
|
bgactive="#000000"/>
|
|
</VBox>
|
|
|
|
<EventBox id="no_peak_display_box"
|
|
width="95"
|
|
height="13"
|
|
bgnormal="#B1B1B1"
|
|
ui.orphan="true"/>
|
|
<Button id="peak_display_button"
|
|
text="- inf"
|
|
width="95"
|
|
height="13"
|
|
bgnormal="#B1B1B1"
|
|
bgactive="#D83838"
|
|
fgnormal="#000000"
|
|
fgactive="#000000"
|
|
bghover="#C47474"
|
|
ui.orphan="true"/>
|
|
<iconbutton id="clear_solo_button"
|
|
width="47"
|
|
height="27"
|
|
normalicon="master_clear_solo"
|
|
activeicon="master_clear_solo_active"
|
|
prelighticon="master_clear_solo_prelight"
|
|
ui.orphan="true"/>
|
|
<iconbutton id="global_rec_button"
|
|
width="47"
|
|
height="27"
|
|
normalicon="master_global_rec"
|
|
activeicon="master_global_rec_active"
|
|
prelighticon="master_global_rec_prelight"
|
|
ui.orphan="true"/>
|
|
<icon id="master_bus_multi_out_mode_icon"
|
|
source="master_bus_multi_out_mode.png"
|
|
ui.orphan="true"/>
|
|
|
|
</RouteUI>
|