mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Make absolute snap the default snap.
- also fixes a couple of absolute snap bugs wrt midi notes.
This commit is contained in:
parent
9563e75cca
commit
b3a4c88e0e
4 changed files with 22 additions and 11 deletions
|
|
@ -126,8 +126,8 @@ class LIBGTKMM2EXT_API Keyboard : public sigc::trackable, PBD::Stateful
|
|||
* Absolute grid is for aligning objects with the grid lines.
|
||||
* Relative grid is for maintaining an initial position relative to the grid lines.
|
||||
* With this modifier:
|
||||
* - magnetic or normal grid should snap absolutely to the grid lines
|
||||
* - no grid should become absolute grid.
|
||||
* - magnetic or normal grid should snap relative to an initial grid offset
|
||||
* - no grid should snap relative to the grid.
|
||||
*/
|
||||
static ModifierMask snap_delta_modifier () { return ModifierMask (snap_delta_mod); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue