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