Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheWaveWarden/odin2
/ getOptionTuningDir
Method
getOptionTuningDir
Source/ConfigFileManager.cpp:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
String ConfigFileManager::getOptionTuningDir() {
183
return m_tuning_dir;
184
}
185
186
void ConfigFileManager::setOptionSoundbankDir(String p_dir) {
187
m_soundbank_dir = p_dir;
Callers
4
exportSCLFileWithFileBrowser
Method · 0.80
exportKBMFileWithFileBrowser
Method · 0.80
importKBMFromFileBrowser
Method · 0.80
importSCLFromFileBrowser
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected