| 62 | { return XO("%3d dB").Format(value); } |
| 63 | |
| 64 | TranslatableString AttackTimeFormat( double value ) |
| 65 | { return XO("%.2f secs").Format( value ); } |
| 66 | |
| 67 | TranslatableString DecayTimeFormat( double value ) |
| 68 | { return XO("%.1f secs").Format( value ); } |
no outgoing calls
no test coverage detected