Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ TextToSlider
Method
TextToSlider
src/effects/LimiterEditor.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
double TextToSlider() const override
44
{
45
return mParameter.scale;
46
}
47
48
const LimiterParameter& mParameter;
49
};
Callers
2
SliderToTextValue
Function · 0.45
TextToSliderValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected