summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editing_syms.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-15 10:33:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-15 10:33:31 +0000
commit35cd944f40557aa6b8701e46bd42962e98521d74 (patch)
tree05151370001e64308b8e458daba59304aaec7fc3 /gtk2_ardour/editing_syms.h
parent3b931749638d7fc49268836c81acd68eeb5c615f (diff)
Add Beat/20 grid subdivision. Fixes #3126.
git-svn-id: svn://localhost/ardour2/branches/3.0@7627 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editing_syms.h')
-rw-r--r--gtk2_ardour/editing_syms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editing_syms.h b/gtk2_ardour/editing_syms.h
index 409e0d9cbd..2854ba827c 100644
--- a/gtk2_ardour/editing_syms.h
+++ b/gtk2_ardour/editing_syms.h
@@ -27,6 +27,7 @@ SNAPTYPE(SnapToMinutes)
SNAPTYPE(SnapToBeatDiv32)
SNAPTYPE(SnapToBeatDiv28)
SNAPTYPE(SnapToBeatDiv24)
+SNAPTYPE(SnapToBeatDiv20)
SNAPTYPE(SnapToBeatDiv16)
SNAPTYPE(SnapToBeatDiv14)
SNAPTYPE(SnapToBeatDiv12)