X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fregion.h;h=fc14e98cb89c9ad01b7f54e114e520cd62afd578;hb=bc38f2c48969be068b93525bdbcce6c1ff4e1d7c;hp=9dc51e2d4a4bc447940c82917486612f9b806b11;hpb=c0344db37a29372eae48dd2fd00f0f37610bb0ab;p=ardour.git 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;