Move request pipe setup into separate function
[ardour.git] / libs / panners / 2in2out / panner_2in2out.h
index 48f441fbd031ba1b80723f181de5be777434198a..a34556d463bef1b725a7d290c2442803853e9a50 100644 (file)
@@ -49,6 +49,9 @@ class Panner2in2out : public Panner
         bool clamp_position (double&);
         bool clamp_width (double&);
 
+       std::pair<double, double> position_range () const;
+       std::pair<double, double> width_range () const;
+       
         void set_position (double);
         void set_width (double);
 
@@ -66,6 +69,9 @@ class Panner2in2out : public Panner
 
         void update ();
 
+       void reset ();
+        void thaw ();
+
   protected:
        float left[2];
        float right[2];