Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ setEnabled
Method
setEnabled
src/utils/AutoStartManager.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
#endif
51
52
void AutostartManager::setEnabled(bool enabled)
53
{
54
AppConfig::instance().set(AppConfig::AutoStartEnabled, enabled);
55
setup();
56
}
57
58
void AutostartManager::setup()
59
{
Callers
15
onDependencyChanged
Method · 0.80
updateDsp
Method · 0.80
onDependencyChanged
Method · 0.80
updateDsp
Method · 0.80
loadConfig
Method · 0.80
onBs2bPresetUpdated
Method · 0.80
onEqTypeUpdated
Method · 0.80
setEqMode
Method · 0.80
openBase
Method · 0.80
updatePresetList
Method · 0.80
updateConvolverList
Method · 0.80
loadProperties
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected