mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
[Summary] Pixel hunting
This commit is contained in:
parent
8b1bb2fbea
commit
741efb0371
3 changed files with 48 additions and 33 deletions
|
|
@ -91,7 +91,7 @@ using namespace std;
|
|||
using std::list;
|
||||
using namespace ArdourMeter;
|
||||
|
||||
int MasterBusUI::__meter_width = 6;
|
||||
int MasterBusUI::__meter_width = 3;
|
||||
PBD::Signal1<void,MasterBusUI*> MasterBusUI::CatchDeletion;
|
||||
|
||||
MasterBusUI::MasterBusUI (Session* sess, PublicEditor& ed)
|
||||
|
|
|
|||
|
|
@ -224,6 +224,8 @@
|
|||
box.expand="true">
|
||||
<EventBox id="compact_meter_bridge_home"
|
||||
bgnormal="#383838"/>
|
||||
<EventBox bgnormal="#000000"
|
||||
height="2"/>
|
||||
<HPaned id="edit_pane"
|
||||
box.fill="true"
|
||||
box.expand="true">
|
||||
|
|
|
|||
|
|
@ -5,40 +5,53 @@
|
|||
bgnormal="#383838"
|
||||
bgactive="#6A6A6A"
|
||||
peaktreshold="-144.4">
|
||||
<HBox>
|
||||
<VBox width="35"/>
|
||||
<EventBox width="1"
|
||||
<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 width="103">
|
||||
<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>
|
||||
<VBox id="level_meter_home"
|
||||
box.pack="end"/>
|
||||
</HBox>
|
||||
</VBox>
|
||||
|
||||
<EventBox id="no_peak_display_box"
|
||||
width="95"
|
||||
height="13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue