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

Method loadTuningKeymap

src/core/synth/Synthesizer.cpp:238–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238int Synthesizer::loadTuningKeymap(const char *filename)
239{
240 if (filename && strlen(filename))
241 return _voiceAllocationUnit->loadKeyMap(filename);
242
243 _voiceAllocationUnit->tuningMap.defaultKeyMap();
244 return 0;
245}
246
247int Synthesizer::loadTuningScale(const char *filename)
248{

Callers

nothing calls this directly

Calls 2

defaultKeyMapMethod · 0.80
loadKeyMapMethod · 0.45

Tested by

no test coverage detected