ardour/gtk2_ardour/ui/meter_strip.xml
2014-12-14 01:33:33 +02:00

98 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<RouteUI gainmeterscript="meter_strip_gain_meter.xml">
<EventBox id="panners_home" bgnormal="#383838" bgactive="#424242" height="59" ui.orphan="true"/>
<HBox>
<EventBox bgnormal="#383838" bgactive="#424242">
<VBox>
<HBox id="level_meter_home"/>
<Vbox>
<HBox id="gain_meter_home"/>
<EventBox bgnormal="#383838" bgactive="#424242">
<VBox>
<HBox>
<Icon id="rec_enable_indicator_on"
source="rec_enable_indicator_on"
visible="false"
noshowall="true"/>
<Icon id="rec_enable_indicator_off"
source="rec_enable_indicator_off"
visible="false"
noshowall="true"/>
<Button id="rec_enable_button"
width="19"
height="13"
ui.orphan="true"/>
<Button id="monitor_input_button"
width="19"
height="13"
ui.orphan="true"/>
</HBox>
<HBox>
<Button id="mute_button"
width="19"
height="13"
ui.orphan="true"/>
<Button id="solo_button"
width="19"
height="13"
ui.orphan="true"/>
</HBox>
<EventBox id="name_label_home">
<HBox>
<Button id="name_button"
width="38"
height="24"
fgnormal="#ffffff"
fgactive="#ffffff"
fghover="#ffffff"
winfont="Arial 8"
macfont="Helvetica 8"/>
<EventBox id="name_entry_eventbox"
width="37"
height="24"
visible="false">
<FocusEntry id="name_entry"
width="38"
height="24"
fgnormal="#ffffff"
winfont ="Arial 8"
macfont ="Helvetica 8"
cssname="EditorTrackNameDisplay"
textcolornormal="#ffffff"
textcoloractive="#ffffff"
textcolorselected="#ffffff"
noshowall="true"
visible="false"/>
</EventBox>
</HBox>
</EventBox>
<EventBox bgnormal="#000000"
bgactive="#000000"
height="1"/>
</VBox>
</EventBox>
</Vbox>
<EventBox bgnormal="#000000"
bgactive="#000000"
height="1"
box.pack="end"/>
</VBox>
</EventBox>
<EventBox bgnormal="#000000"
bgactive="#000000"
width="1"/>
</HBox>
<Button id="show_sends_button" ui.orphan="true"/>
<Button id="monitor_disk_button" ui.orphan="true"/>
<Button id="comment_button" ui.orphan="true"/>
<Button id="midi_input_enable_button" ui.orphan="true"/>
<Button id="group_button" text="Grp" ui.orphan="true"/>
<HBox id="invert_button_box" ui.orphan="true"/>
<button id="master_mute_button" ui.orphan="true"/>
<VBox id="track_buttons_home" ui.orphan="true"/>
</RouteUI>