Example #1
0
 /// <summary>
 /// A timer for the beat that is occuring at index.
 /// </summary>
 /// <returns>A value ranging from 0 to 1.</returns>
 /// <param name="index">Index.</param>
 public float BeatTimer(float index)
 {
     return(beatTracker.BeatTimer(index));
 }