new_grid: Rewrite of Snap and Grid. (squashed commit)

Separate Snap from Grid.  Lots of naming changes.
Multiple simultaneous snap options allowed. Grid is one of the possible Snap options.
Grid uses the same data as the rulers.  Replace complicated tempo_lines with simple grid_lines.
The Grid is zoom-scale-sensitive along with the rulers.  If you are zoomed out, grid becomes coarser.
This commit is contained in:
Ben Loftis 2018-02-09 09:59:39 -06:00
parent d6eb1c826f
commit dc61256466
32 changed files with 959 additions and 1360 deletions

View file

@ -33,7 +33,7 @@ using namespace Gtkmm2ext;
using namespace ARDOUR;
static const gchar *_grid_strings[] = {
N_("main grid"),
N_("Main Grid"),
N_("Beats/128"),
N_("Beats/64"),
N_("Beats/32"),