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

Method activateRange

src/core/synth/TuningMap.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void
180TuningMap::activateRange(int min, int max)
181{
182 for (int i = min; i <= max; i++)
183 activeRange[i] = true;
184}
185
186int
187TuningMap::loadKeyMap (const std::string & filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected