mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add Beat/20 grid subdivision. Fixes #3126.
git-svn-id: svn://localhost/ardour2/branches/3.0@7627 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3b93174963
commit
35cd944f40
4 changed files with 22 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ SNAPTYPE(SnapToMinutes)
|
|||
SNAPTYPE(SnapToBeatDiv32)
|
||||
SNAPTYPE(SnapToBeatDiv28)
|
||||
SNAPTYPE(SnapToBeatDiv24)
|
||||
SNAPTYPE(SnapToBeatDiv20)
|
||||
SNAPTYPE(SnapToBeatDiv16)
|
||||
SNAPTYPE(SnapToBeatDiv14)
|
||||
SNAPTYPE(SnapToBeatDiv12)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue