MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ScaleRoot

Method ScaleRoot

Source/Scale.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 int GetToneFromPitch(int pitch);
102 void SetScale(int root, std::string type);
103 int ScaleRoot() { return mScale.mScaleRoot; }
104 std::string GetType() { return mScale.mScaleType; }
105 void SetRoot(int root, bool force = true);
106 void SetScaleType(std::string type, bool force = true);

Callers 15

DrawModuleMethod · 0.45
GetTransposeAmountMethod · 0.45
ProcessMethod · 0.45
TransformPitchMethod · 0.45
DrawModuleMethod · 0.45
AdjustedRootForSpeedMethod · 0.45
DrawModuleMethod · 0.45
RowToPitchMethod · 0.45
NoteNameScaleRelativeMethod · 0.45
UpdateKeysMethod · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by 2

DrawModuleMethod · 0.36
RowToPitchMethod · 0.36