Ejemplo n.º 1
0
 void OnSixteenth(Beat.Args args)
 {
     atSixteenth = true;
 }
Ejemplo n.º 2
0
 void OnMeasure(Beat.Args args)
 {
     timeSinceMeasure = AudioSettings.dspTime;
     atMeasure        = true;
 }
Ejemplo n.º 3
0
 void OnEighth(Beat.Args args)
 {
     atEighth = true;
 }
Ejemplo n.º 4
0
 void OnBeat(Beat.Args args)
 {
     atBeat = true;
 }