make sure that the 1/64ths grid case is covered

This commit is contained in:
Paul Davis 2021-02-20 18:37:56 -07:00
parent efd0d65acb
commit b146e45df5
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ Editor::compute_current_bbt_points (std::vector<TempoMap::BBTPoint>& grid, sampl
case bbt_show_eighths:
case bbt_show_sixteenths:
case bbt_show_thirtyseconds:
case bbt_show_sixtyfourths:
_session->tempo_map().get_grid (grid, max (_session->tempo_map().sample_at_beat (lower_beat), (samplepos_t) 0), rightmost);
break;