Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetToneFromPitch
Method
GetToneFromPitch
Source/Scale.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
int Scale::GetToneFromPitch(int pitch)
302
{
303
return mScale.GetToneFromPitch(pitch);
304
}
305
306
void Scale::SetScale(int root, std::string type)
307
{
Callers
9
AddTone
Method · 0.80
RemoveTone
Method · 0.80
PlayNote
Method · 0.80
TransformPitch
Method · 0.80
Step
Method · 0.80
PlayNote
Method · 0.80
GetChordName
Method · 0.80
IsChordRoot
Method · 0.80
DropdownUpdated
Method · 0.80
Calls
3
empty
Method · 0.80
GetPitchesPerOctave
Method · 0.80
size
Method · 0.80
Tested by
no test coverage detected