MCPcopy Create free account
hub / github.com/audacity/audacity / DecayTimeFormat

Function DecayTimeFormat

src/effects/LegacyCompressor.cpp:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65{ return XO("%.2f secs").Format( value ); }
66
67TranslatableString DecayTimeFormat( double value )
68{ return XO("%.1f secs").Format( value ); }
69
70TranslatableString RatioTextFormat( int sliderValue, double value )
71{

Callers 2

PopulateOrExchangeMethod · 0.85
UpdateUIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected