mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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:
parent
d6eb1c826f
commit
dc61256466
32 changed files with 959 additions and 1360 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue