| 347 | } |
| 348 | |
| 349 | void Scale::SetRandomSeptatonicScale() |
| 350 | { |
| 351 | mScaleIndex = gRandom() % mNumSeptatonicScales + 1; |
| 352 | mScale.SetScaleType(mScales[mScaleIndex].mName); |
| 353 | } |
| 354 | |
| 355 | void Scale::SetAccidentals(const std::vector<Accidental>& accidentals) |
| 356 | { |