From bc38f2c48969be068b93525bdbcce6c1ff4e1d7c Mon Sep 17 00:00:00 2001 From: nick_m Date: Sat, 1 Oct 2016 11:13:41 +1000 Subject: Region pulse is no longer a property. --- libs/ardour/ardour/region.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/region.h') diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index 9dc51e2d4a..fc14e98cb8 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -58,7 +58,6 @@ namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor length; LIBARDOUR_API extern PBD::PropertyDescriptor position; LIBARDOUR_API extern PBD::PropertyDescriptor beat; - LIBARDOUR_API extern PBD::PropertyDescriptor pulse; LIBARDOUR_API extern PBD::PropertyDescriptor sync_position; LIBARDOUR_API extern PBD::PropertyDescriptor layer; LIBARDOUR_API extern PBD::PropertyDescriptor ancestral_start; @@ -378,10 +377,11 @@ class LIBARDOUR_API Region PBD::Property _length; PBD::Property _position; PBD::Property _beat; - PBD::Property _pulse; /** Sync position relative to the start of our file */ PBD::Property _sync_position; + double _pulse; + SourceList _sources; /** Used when timefx are applied, so we can always use the original source */ SourceList _master_sources; -- cgit v1.2.3