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

Method TuningMap

src/core/synth/TuningMap.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "TuningMap.h"
29
30TuningMap::TuningMap ()
31{
32 defaultScale();
33 defaultKeyMap();
34}
35
36void
37TuningMap::defaultScale ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected