mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
128 lines
5.2 KiB
XML
128 lines
5.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<RouteUI bgnormal="#383838" bgactive="#6A6A6A">
|
|
<HBox>
|
|
<VBox>
|
|
<EventBox height="1" bgnormal="#494949" bgactive="#494949"/>
|
|
<HBox box.expand="true" box.fill="true">
|
|
<EventBox id="selected_track_color_box" width="29" bgactive="#5BA55C">
|
|
<HBox>
|
|
<HBox width="12"/>
|
|
<VBox>
|
|
<Label id="number_label" text="32" fgnormal="#ffffff" fgactive="#ffffff" font ="Helvetica 10"/>
|
|
</VBox>
|
|
</HBox>
|
|
</EventBox>
|
|
<EventBox id="track_color_box" width="6" bgnormal="#5BA55C" bgactive="#5BA55C"/>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</HBox>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000" box.pack="end"/>
|
|
</VBox>
|
|
<VBox>
|
|
<EventBox height="1" bgnormal="#494949" bgactive="#494949"/>
|
|
<HBox width="80"
|
|
id="name_label_home">
|
|
<HBox width="5"/>
|
|
<Label id="name_label"
|
|
font="Helvetica 10"
|
|
fgnormal="#ffffff"
|
|
fgactive="#ffffff"/>
|
|
<FocusEntry id="name_entry"
|
|
width="80"
|
|
height="20"
|
|
fgnormal="#ffffff"
|
|
font ="Helvetica 10"
|
|
cssname="EditorTrackNameDisplay"
|
|
textcolornormal="#ffffff"
|
|
textcoloractive="#ffffff"
|
|
textcolorselected="#ffffff"
|
|
noshowall="true"
|
|
visible="false"/>
|
|
</HBox>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000" box.pack="end"/>
|
|
</VBox>
|
|
<VBox>
|
|
<EventBox height="1" bgnormal="#494949" bgactive="#494949"/>
|
|
<HBox>
|
|
<iconbutton id="playlist_button"
|
|
width="21"
|
|
height="20"
|
|
normalicon="time_axis_playlist"
|
|
activeicon="time_axis_playlist"
|
|
prelighticon="time_axis_playlist"/>
|
|
<HBox width="3"/>
|
|
<HBox>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
<VBox>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
|
|
<iconbutton id="rec_enable_button"
|
|
width="41"
|
|
height="20"
|
|
normalicon="time_axis_record"
|
|
activeicon="time_axis_record_active"
|
|
prelighticon="time_axis_record_prelight"
|
|
tooltip="Record Enable"/>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</VBox>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
<VBox>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
|
|
<iconbutton id="solo_button"
|
|
width="41"
|
|
height="20"
|
|
normalicon="time_axis_solo"
|
|
activeicon="time_axis_solo_active"
|
|
implicitactiveicon="time_axis_solo_safe"
|
|
prelighticon="time_axis_solo_prelight"
|
|
tooltip="Solo"/>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</VBox>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</HBox>
|
|
</HBox>
|
|
<HBox>
|
|
<VBox width="24"/>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
<VBox>
|
|
<iconbutton id="monitor_input_button"
|
|
width="41"
|
|
height="20"
|
|
normalicon="time_axis_monitor_input"
|
|
activeicon="time_axis_monitor_input_active"
|
|
prelighticon="time_axis_monitor_input_prelight"
|
|
tooltip="Input Monitoring"/>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</VBox>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
<VBox>
|
|
<iconbutton id="mute_button"
|
|
width="41"
|
|
height="20"
|
|
normalicon="time_axis_mute"
|
|
activeicon="time_axis_mute_active"
|
|
implicitactiveicon="time_axis_mute_implicit"
|
|
prelighticon="time_axis_mute_prelight"
|
|
tooltip="Mute"/>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</VBox>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</HBox>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000" box.pack="end"/>
|
|
</VBox>
|
|
<HBox visible="false" noshowall="true">
|
|
<Button id="show_sends_button"/>
|
|
<Button id="monitor_disk_button"/>
|
|
<Button id="comment_button"/>
|
|
<Button id="midi_input_enable_button"/>
|
|
<Button id="group_button" text="Grp"/>
|
|
<Button id="route_group_button"/>
|
|
<Button id="automation_button"/>
|
|
</HBox>
|
|
<!--<HBox id="gain_meter_home" box.pack="end"/>-->
|
|
<VBox id="gain_meter_home" width="7">
|
|
<EventBox height="1" bgnormal="#494949" bgactive="#494949"/>
|
|
<EventBox height="1" bgnormal="#000000" bgactive="#000000" box.pack="end"/>
|
|
</VBox>
|
|
<EventBox width="1" bgnormal="#000000" bgactive="#000000"/>
|
|
</HBox>
|
|
</RouteUI>
|