Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amsynth/amsynth
/ loadKeyMap
Method
loadKeyMap
src/core/synth/VoiceAllocationUnit.cpp:443–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
int
444
VoiceAllocationUnit::loadKeyMap (const std::string & kbmFileName)
445
{
446
return tuningMap.loadKeyMap(kbmFileName);
447
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected