mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
make sure that the 1/64ths grid case is covered
This commit is contained in:
parent
efd0d65acb
commit
b146e45df5
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ Editor::compute_current_bbt_points (std::vector<TempoMap::BBTPoint>& grid, sampl
|
||||||
case bbt_show_eighths:
|
case bbt_show_eighths:
|
||||||
case bbt_show_sixteenths:
|
case bbt_show_sixteenths:
|
||||||
case bbt_show_thirtyseconds:
|
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);
|
_session->tempo_map().get_grid (grid, max (_session->tempo_map().sample_at_beat (lower_beat), (samplepos_t) 0), rightmost);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue