From 84272b4e27e537bf2c38c9cd25675c61addea40a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 8 Apr 2019 05:16:33 +0200 Subject: NO-OP: whitespace Fix space-alignment, mostly due to "frame" -> "sample" changes. --- libs/ardour/ardour/region.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'libs/ardour/ardour/region.h') diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index ab3e2886d6..61a676f5a0 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -55,14 +55,14 @@ namespace Properties { LIBARDOUR_API extern PBD::PropertyDescriptor hidden; LIBARDOUR_API extern PBD::PropertyDescriptor position_locked; LIBARDOUR_API extern PBD::PropertyDescriptor valid_transients; - LIBARDOUR_API extern PBD::PropertyDescriptor start; - LIBARDOUR_API extern PBD::PropertyDescriptor length; - LIBARDOUR_API extern PBD::PropertyDescriptor position; + LIBARDOUR_API extern PBD::PropertyDescriptor start; + LIBARDOUR_API extern PBD::PropertyDescriptor length; + LIBARDOUR_API extern PBD::PropertyDescriptor position; LIBARDOUR_API extern PBD::PropertyDescriptor beat; - LIBARDOUR_API extern PBD::PropertyDescriptor sync_position; + LIBARDOUR_API extern PBD::PropertyDescriptor sync_position; LIBARDOUR_API extern PBD::PropertyDescriptor layer; - LIBARDOUR_API extern PBD::PropertyDescriptor ancestral_start; - LIBARDOUR_API extern PBD::PropertyDescriptor ancestral_length; + LIBARDOUR_API extern PBD::PropertyDescriptor ancestral_start; + LIBARDOUR_API extern PBD::PropertyDescriptor ancestral_length; LIBARDOUR_API extern PBD::PropertyDescriptor stretch; LIBARDOUR_API extern PBD::PropertyDescriptor shift; LIBARDOUR_API extern PBD::PropertyDescriptor position_lock_style; @@ -108,14 +108,14 @@ public: * START: first sample of the region within its source(s) * LENGTH: number of samples the region represents */ - samplepos_t position () const { return _position; } - samplepos_t start () const { return _start; } - samplecnt_t length () const { return _length; } + samplepos_t position () const { return _position; } + samplepos_t start () const { return _start; } + samplecnt_t length () const { return _length; } layer_t layer () const { return _layer; } void set_selected_for_solo(bool yn); - samplecnt_t source_length(uint32_t n) const; + samplecnt_t source_length (uint32_t n) const; uint32_t max_source_level () const; /* these two are valid ONLY during a StateChanged signal handler */ @@ -389,12 +389,12 @@ protected: PBD::Property _left_of_split; PBD::Property _right_of_split; PBD::Property _valid_transients; - PBD::Property _start; - PBD::Property _length; - PBD::Property _position; + PBD::Property _start; + PBD::Property _length; + PBD::Property _position; PBD::Property _beat; /** Sync position relative to the start of our file */ - PBD::Property _sync_position; + PBD::Property _sync_position; double _quarter_note; @@ -410,12 +410,12 @@ protected: // _transient_user_start is covered by _valid_transients AnalysisFeatureList _user_transients; // user added - samplepos_t _transient_user_start; // region's _start relative to user_transients + samplepos_t _transient_user_start; // region's _start relative to user_transients // these are used by Playlist::find_next_transient() in absence of onsets AnalysisFeatureList _transients; // Source Analysis (QM Transient), user read-only - samplepos_t _transient_analysis_start; - samplepos_t _transient_analysis_end; + samplepos_t _transient_analysis_start; + samplepos_t _transient_analysis_end; bool _soloSelected; @@ -445,15 +445,15 @@ private: PBD::Property _external; PBD::Property _hidden; PBD::Property _position_locked; - PBD::Property _ancestral_start; - PBD::Property _ancestral_length; + PBD::Property _ancestral_start; + PBD::Property _ancestral_length; PBD::Property _stretch; PBD::Property _shift; PBD::EnumProperty _position_lock_style; PBD::Property _layering_index; - samplecnt_t _last_length; - samplepos_t _last_position; + samplecnt_t _last_length; + samplepos_t _last_position; mutable RegionEditState _first_edit; layer_t _layer; -- cgit v1.2.3