mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
105 lines
4.1 KiB
XML
105 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<RouteUI gainmeterscript="mixer_gain_meter.xml">
|
|
<HBox>
|
|
<EventBox bgnormal="#383838" bgactive="#424242">
|
|
<VBox>
|
|
<EventBox id="panners_home" bgnormal="#383838" bgactive="#424242" height="59"/>
|
|
<HBox id="level_meter_home"/>
|
|
<Vbox>
|
|
<HBox id="gain_meter_home"/>
|
|
<EventBox bgnormal="#383838" bgactive="#424242">
|
|
<VBox>
|
|
|
|
<HBox>
|
|
<iconbutton id="rec_enable_button"
|
|
width="28"
|
|
height="21"
|
|
normalicon="mixer_record"
|
|
activeicon="mixer_record_active"
|
|
_prelighticon="mixer_record_prelight"/>
|
|
|
|
<iconbutton id="monitor_input_button"
|
|
width="30"
|
|
height="21"
|
|
normalicon="mixer_monitor_input"
|
|
activeicon="mixer_monitor_input_active"
|
|
_prelighticon="mixer_monitor_input_prelight"/>
|
|
</HBox>
|
|
|
|
<HBox>
|
|
<iconbutton id="mute_button"
|
|
width="28"
|
|
height="21"
|
|
normalicon="mixer_mute"
|
|
activeicon="mixer_mute_active"
|
|
implicitactiveicon="mixer_mute_implicit"
|
|
_prelighticon="mixer_mute_prelight"/>
|
|
|
|
<iconbutton id="solo_button"
|
|
width="30"
|
|
height="21"
|
|
normalicon="mixer_solo"
|
|
activeicon="mixer_solo_active"
|
|
implicitactiveicon="mixer_solo_safe"
|
|
_prelighticon="mixer_solo_prelight"/>
|
|
</HBox>
|
|
|
|
|
|
<EventBox id="name_label_home">
|
|
<HBox>
|
|
<Button id="name_button"
|
|
width="57"
|
|
height="28"
|
|
fgnormal="#ffffff"
|
|
fgactive="#ffffff"
|
|
fghover="#ffffff"
|
|
winfont ="Arial 10"
|
|
macfont ="Helvetica 10"/>
|
|
<EventBox id="name_entry_eventbox"
|
|
width="57"
|
|
height="28"
|
|
visible="false">
|
|
<FocusEntry id="name_entry"
|
|
width="57"
|
|
height="28"
|
|
fgnormal="#ffffff"
|
|
winfont ="Arial 10"
|
|
macfont ="Helvetica 10"
|
|
cssname="EditorTrackNameDisplay"
|
|
textcolornormal="#ffffff"
|
|
textcoloractive="#ffffff"
|
|
textcolorselected="#ffffff"
|
|
noshowall="true"
|
|
visible="false"/>
|
|
</EventBox>
|
|
</HBox>
|
|
</EventBox>
|
|
|
|
|
|
</VBox>
|
|
</EventBox>
|
|
</Vbox>
|
|
|
|
</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"/>
|
|
<Icon id="rec_enable_indicator_on"
|
|
source="rec_enable_indicator_on"
|
|
ui.orphan="true"/>
|
|
|
|
<Icon id="rec_enable_indicator_off"
|
|
source="rec_enable_indicator_off"
|
|
ui.orphan="true"/>
|
|
</RouteUI>
|