Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
TuningMap::TuningMap ()
31
{
32
defaultScale();
33
defaultKeyMap();
34
}
35
36
void
37
TuningMap::defaultScale ()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected