From 4c66e36b91df4e49effef77ad01c905ccedff730 Mon Sep 17 00:00:00 2001 From: Nil Geisweiller Date: Wed, 21 Dec 2016 22:57:39 +0200 Subject: Fix indentation 8 whitespaces to tab --- libs/panners/2in2out/panner_2in2out.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'libs/panners/2in2out') diff --git a/libs/panners/2in2out/panner_2in2out.h b/libs/panners/2in2out/panner_2in2out.h index 4c71a27c18..f67ac1081b 100644 --- a/libs/panners/2in2out/panner_2in2out.h +++ b/libs/panners/2in2out/panner_2in2out.h @@ -43,34 +43,34 @@ class Panner2in2out : public Panner Panner2in2out (boost::shared_ptr); ~Panner2in2out (); - ChanCount in() const { return ChanCount (DataType::AUDIO, 2); } - ChanCount out() const { return ChanCount (DataType::AUDIO, 2); } + ChanCount in() const { return ChanCount (DataType::AUDIO, 2); } + ChanCount out() const { return ChanCount (DataType::AUDIO, 2); } - bool clamp_position (double&); - bool clamp_width (double&); + bool clamp_position (double&); + bool clamp_width (double&); std::pair position_range () const; std::pair width_range () const; - void set_position (double); - void set_width (double); + void set_position (double); + void set_width (double); - double position () const; - double width () const; + double position () const; + double width () const; std::set what_can_be_automated() const; static Panner* factory (boost::shared_ptr, boost::shared_ptr); - std::string describe_parameter (Evoral::Parameter); - std::string value_as_string (boost::shared_ptr) const; + std::string describe_parameter (Evoral::Parameter); + std::string value_as_string (boost::shared_ptr) const; XMLNode& get_state (); - void update (); + void update (); void reset (); - void thaw (); + void thaw (); protected: float left[2]; @@ -81,12 +81,12 @@ class Panner2in2out : public Panner float right_interp[2]; private: - bool clamp_stereo_pan (double& direction_as_lr_fract, double& width); + bool clamp_stereo_pan (double& direction_as_lr_fract, double& width); - void distribute_one (AudioBuffer& srcbuf, BufferSet& obufs, gain_t gain_coeff, pframes_t nframes, uint32_t which); - void distribute_one_automated (AudioBuffer& srcbuf, BufferSet& obufs, - framepos_t start, framepos_t end, pframes_t nframes, - pan_t** buffers, uint32_t which); + void distribute_one (AudioBuffer& srcbuf, BufferSet& obufs, gain_t gain_coeff, pframes_t nframes, uint32_t which); + void distribute_one_automated (AudioBuffer& srcbuf, BufferSet& obufs, + framepos_t start, framepos_t end, pframes_t nframes, + pan_t** buffers, uint32_t which); }; } // namespace -- cgit v1.2.3