mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
massive reworking of color selection implementation
This commit is contained in:
parent
e9768e934f
commit
318a9edab9
24 changed files with 2602 additions and 1020 deletions
|
|
@ -340,7 +340,7 @@ LevelMeterBase::setup_meters (int len, int initial_width, int thin_width)
|
|||
break;
|
||||
case MeterIEC2BBC:
|
||||
c[0] = c[1] = c[2] = c[3] = c[4] = c[5] = c[6] = c[7] = c[8] = c[9] =
|
||||
ARDOUR_UI::config()->color_by_name ("meter color BBC");
|
||||
ARDOUR_UI::config()->color ("meter color BBC");
|
||||
stp[0] = stp[1] = stp[2] = stp[3] = 115.0;
|
||||
break;
|
||||
case MeterIEC2EBU:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue