summaryrefslogtreecommitdiff
path: root/gtk2_ardour/quantize_dialog.cc
AgeCommit message (Collapse)Author
2018-05-15Quantize Dialog: Use same grid names as the main grid. (1/16 Note instead of ↵Ben Loftis
Beats/4)
2018-05-15Quantize Dialog: Fix quantize-to-main-grid selection. Was checking against ↵Ben Loftis
incorrect menu entry string.
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
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.
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-07Fix a -Wsign-compareRobin Gareus
2017-08-18Fix quantization end-grid size.Robin Gareus
2017-08-18Fix MIDI Quantization for internationalized Ardour.Robin Gareus
Grid-settings are translatable, parsing a number from a translated string e.g. "Quart de temps" for "Beats/4" failed.
2016-09-27minor tweak to quantize dialog so that we can test if it is visiblePaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-03-07expand options in quantize dialog to include other beat fractionsPaul Davis
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus
2012-05-01Remove unused quantize type options.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12130 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Use Quantize rather than OK in the Quantize dialogue.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10583 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-01Delete trailing whitespaceDavid Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Tidy up quantize dialogue.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7959 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-22add support for beats/2 quantization in dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7832 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-20(1) make quantize actually use the main grid setting and not just default to ↵Paul Davis
beats (2) apply quantize to all notes if none are selected git-svn-id: svn://localhost/ardour2/branches/3.0@7126 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-18the Properties & 64bit region commitPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@6695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-27Add OK/Cancel buttons to quantize dialog.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@5939 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab ↵David Robillard
mixing). Whitespace changes only. Vimmers, try let c_space_errors = 1 in your .vimrc to highlight this kind of stuff in red. I don't know the emacs equivalent... git-svn-id: svn://localhost/ardour2/branches/3.0@5773 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-27add quantize dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@5597 d708f5d6-7413-0410-9779-e7cbd77b26cf