MCPcopy Create free account
hub / github.com/amsynth/amsynth / loadScale

Method loadScale

src/core/synth/VoiceAllocationUnit.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437int
438VoiceAllocationUnit::loadScale (const std::string & sclFileName)
439{
440 return tuningMap.loadScale(sclFileName);
441}
442
443int
444VoiceAllocationUnit::loadKeyMap (const std::string & kbmFileName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected