mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
amend 3a5ac7f
This commit is contained in:
parent
3a5ac7f37f
commit
9bf381db0a
1 changed files with 1 additions and 7 deletions
|
|
@ -553,14 +553,8 @@ ARDOUR::meter_falloff_from_float (float val)
|
|||
else if (val <= METER_FALLOFF_MEDIUM) {
|
||||
return MeterFalloffMedium;
|
||||
}
|
||||
else if (val <= METER_FALLOFF_FAST) {
|
||||
return MeterFalloffFast;
|
||||
}
|
||||
else if (val <= METER_FALLOFF_FASTER) {
|
||||
return MeterFalloffFaster;
|
||||
}
|
||||
else {
|
||||
return MeterFalloffFastest;
|
||||
return MeterFalloffFast;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue