Пример #1
0
 void OnSixteenth(Beat.Args args)
 {
     atSixteenth = true;
 }
Пример #2
0
 void OnMeasure(Beat.Args args)
 {
     timeSinceMeasure = AudioSettings.dspTime;
     atMeasure        = true;
 }
Пример #3
0
 void OnEighth(Beat.Args args)
 {
     atEighth = true;
 }
Пример #4
0
 void OnBeat(Beat.Args args)
 {
     atBeat = true;
 }