MCPcopy 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
301int Scale::GetToneFromPitch(int pitch)
302{
303 return mScale.GetToneFromPitch(pitch);
304}
305
306void Scale::SetScale(int root, std::string type)
307{

Callers 9

AddToneMethod · 0.80
RemoveToneMethod · 0.80
PlayNoteMethod · 0.80
TransformPitchMethod · 0.80
StepMethod · 0.80
PlayNoteMethod · 0.80
GetChordNameMethod · 0.80
IsChordRootMethod · 0.80
DropdownUpdatedMethod · 0.80

Calls 3

emptyMethod · 0.80
GetPitchesPerOctaveMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected