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

Method defaultKeyMap

src/core/synth/TuningMap.cpp:45–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void
46TuningMap::defaultKeyMap ()
47{
48 zeroNote = 0;
49 refNote = 69;
50 refPitch = 440.;
51 mapRepeatInc = 1;
52 mapping.clear();
53 mapping.push_back(0);
54 activateRange(0,127);
55 updateBasePitch();
56}
57
58void
59TuningMap::updateBasePitch ()

Callers 1

loadTuningKeymapMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected