From 1fb5c443c70037b81f26b93cfe1a0bd5b32cf44e Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sun, 21 Feb 2021 07:14:22 -0600 Subject: [PATCH] and the 1/128 --- gtk2_ardour/editor_tempodisplay.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index eb7eb4ba66..dec6d595cf 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -338,6 +338,7 @@ Editor::compute_current_bbt_points (std::vector& 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;