| 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); |
no outgoing calls