mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
meterbridge: meter-type dependent color-schema
This commit is contained in:
parent
8deccea615
commit
8b616b0757
2 changed files with 62 additions and 32 deletions
|
|
@ -104,6 +104,7 @@ static float meter_lineup(float offset) {
|
|||
static float vu_standard() {
|
||||
// note - default meter config is +2dB (france)
|
||||
switch (Config->get_meter_vu_standard()) {
|
||||
default:
|
||||
case MeteringVUfrench: // 0VU = -2dBu
|
||||
return 0;
|
||||
case MeteringVUamerican: // 0VU = 0dBu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue