and the 1/128

This commit is contained in:
Ben Loftis 2021-02-21 07:14:22 -06:00
parent b146e45df5
commit 1fb5c443c7
1 changed files with 1 additions and 0 deletions

View File

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