Exemplo n.º 1
0
 void PlayHighNote()
 {
     highSinger.Attack(instrument.GetTone());
 }
Exemplo n.º 2
0
 void PlayThirdNote()
 {
     thirdSinger.Attack(instrument.GetTone());
 }
Exemplo n.º 3
0
 void PlayFifthNote()
 {
     fifthSinger.Attack(instrument.GetTone());
 }
Exemplo n.º 4
0
 void PlayRootNote()
 {
     rootSinger.Attack(instrument.GetTone());
 }