Ejemplo n.º 1
0
 /// <summary>
 /// Get the normalized time between the previous and next beat indices for index.
 /// </summary>
 /// <param name="index">The index to get the beat time for.</param>
 /// <returns>A value ranging from 0 to 1 representing the time between the previous and next beat indices.</returns>
 public float BeatTime(float index)
 {
     return(beatTracker.BeatTime(index));
 }