Exemple #1
0
 private void tempoTrackBar_Scroll(object sender, EventArgs e)
 {
     duration = Rhythm.GetDuration(tempoTrackBar.Value, notesCount);
 }