Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetDefaultValue
Method
SetDefaultValue
src/widgets/ASlider.cpp:644–648 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
void LWSlider::SetDefaultValue(float value)
645
{
646
SetDefaultShortcut(true);
647
mDefaultValue = value;
648
}
649
650
void LWSlider::SetDefaultShortcut(bool value)
651
{
Callers
3
ReCreateVolumeSlider
Method · 0.80
ReCreatePanSlider
Method · 0.80
ReCreateVelocitySlider
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected