update existing dpm meter-falloff config to new fastest.

This commit is contained in:
Robin Gareus 2015-07-15 23:18:13 +02:00
parent 84485a4cf2
commit 3a5ac7f37f
2 changed files with 1 additions and 6 deletions

View file

@ -525,11 +525,8 @@ ARDOUR::meter_falloff_to_float (MeterFalloff falloff)
case MeterFalloffModerate:
return METER_FALLOFF_MODERATE;
case MeterFalloffFast:
return METER_FALLOFF_FAST;
case MeterFalloffFaster:
return METER_FALLOFF_FASTER;
case MeterFalloffFaster: // backwards compat enum MeterFalloff
case MeterFalloffFastest:
return METER_FALLOFF_FASTEST;
default:
return METER_FALLOFF_FAST;
}