Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ RatioLabelFormat
Function
RatioLabelFormat
src/effects/LegacyCompressor.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
TranslatableString RatioLabelFormat( int sliderValue, double value )
83
{
84
auto format = (sliderValue % 10 == 0)
85
? XO(
"Ratio %.0f to 1"
)
86
: XO(
"Ratio %.1f to 1"
);
87
return format.Format( value );
88
}
89
90
}
91
Callers
1
UpdateUI
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected