summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-29 01:08:07 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-29 01:08:07 +0000
commitbce90b1802565f62288a5081929244d60e15a5bd (patch)
tree4112e1a8c3070a38cb2d35a008929ffcb684b52c /libs/ardour/ardour/region.h
parent8f093b0eaa91e0e07128e3e906c727ce5e379ab2 (diff)
Fix up some inconsistencies in handling of region sync points.
git-svn-id: svn://localhost/ardour2/branches/3.0@7706 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index 1e2bbe3581..3dbcc55570 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -346,6 +346,7 @@ class Region
PBD::Property<framepos_t> _start;
PBD::Property<framecnt_t> _length;
PBD::Property<framepos_t> _position;
+ /** Sync position relative to the start of our file */
PBD::Property<framepos_t> _sync_position;
PBD::Property<layer_t> _layer;
PBD::Property<framepos_t> _ancestral_start;