mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
overhaul meterbridge metrics part one.
This commit is contained in:
parent
3c82b99a3b
commit
08167d6ac4
5 changed files with 118 additions and 63 deletions
|
|
@ -79,6 +79,9 @@ class Meterbridge :
|
|||
|
||||
std::list<MeterStrip *> strips;
|
||||
|
||||
MeterStrip *metrics_left;
|
||||
MeterStrip *metrics_right;
|
||||
|
||||
static const int32_t default_width = 600;
|
||||
static const int32_t default_height = 400;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue