X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fpanner.h;h=362a49851a854b838a8580da077ce2a8f1a47b18;hb=22bddf543421f2a75a5a807009ea3e96dcb26cac;hp=211ad0ca8eb12bf8401ddad4469407ea005a5f8c;hpb=ad017365f7a73f8ba57f667cc1aa36478b48c50e;p=ardour.git diff --git a/libs/ardour/ardour/panner.h b/libs/ardour/ardour/panner.h index 211ad0ca8e..362a49851a 100644 --- a/libs/ardour/ardour/panner.h +++ b/libs/ardour/ardour/panner.h @@ -44,7 +44,7 @@ #define ARDOURPANNER_API LIBARDOUR_DLL_EXPORT #else #define ARDOURPANNER_API LIBARDOUR_DLL_IMPORT - #endif + #endif #define ARDOURPANNER_LOCAL LIBARDOUR_DLL_LOCAL namespace ARDOUR { @@ -110,7 +110,7 @@ public: virtual std::set what_can_be_automated() const; virtual std::string describe_parameter (Evoral::Parameter); - virtual std::string value_as_string (boost::shared_ptr) const; + virtual std::string value_as_string (boost::shared_ptr) const; bool touching() const; @@ -159,7 +159,7 @@ public: int set_state (const XMLNode&, int version); XMLNode& get_state (); - + boost::shared_ptr pannable() const { return _pannable; } static bool equivalent (pan_t a, pan_t b) { @@ -171,8 +171,8 @@ public: return fabs (a.azi - b.azi) < 1.0; } - virtual void freeze (); - virtual void thaw (); + virtual void freeze (); + virtual void thaw (); protected: boost::shared_ptr _pannable; @@ -182,7 +182,7 @@ protected: framepos_t start, framepos_t end, pframes_t nframes, pan_t** buffers, uint32_t which) = 0; - int32_t _frozen; + int32_t _frozen; }; } // namespace