void PlayHighNote() { highSinger.Attack(instrument.GetTone()); }
void PlayThirdNote() { thirdSinger.Attack(instrument.GetTone()); }
void PlayFifthNote() { fifthSinger.Attack(instrument.GetTone()); }
void PlayRootNote() { rootSinger.Attack(instrument.GetTone()); }