Vkeybd: add a mod-wheel
[ardour.git] / gtk2_ardour / panner_ui.h
index 20a38cc0d9bc0d2c312d20ab3959811c4fcd288b..bd5c8cb5f1e78208115aaa241847284b50e523b2 100644 (file)
@@ -1,21 +1,24 @@
 /*
-    Copyright (C) 2004 Paul Davis
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-*/
+ * Copyright (C) 2005-2011 Paul Davis <paul@linuxaudiosystems.com>
+ * Copyright (C) 2005 Taybin Rutkin <taybin@taybin.com>
+ * Copyright (C) 2009-2011 David Robillard <d@drobilla.net>
+ * Copyright (C) 2009-2012 Carl Hetherington <carl@carlh.net>
+ * Copyright (C) 2014-2017 Robin Gareus <robin@gareus.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
 
 #ifndef __ardour_gtk_panner_ui_h__
 #define __ardour_gtk_panner_ui_h__
@@ -29,9 +32,6 @@
 #include <gtkmm/togglebutton.h>
 #include <gtkmm/button.h>
 
-#include <gtkmm2ext/click_box.h>
-#include <gtkmm2ext/slider_controller.h>
-
 #include "ardour/session_handle.h"
 
 #include "enums.h"
@@ -49,10 +49,6 @@ namespace ARDOUR {
        class AutomationControl;
 }
 
-namespace Gtkmm2ext {
-       class FastMeter;
-}
-
 namespace Gtk {
        class Menu;
        class Menuitem;
@@ -60,7 +56,7 @@ namespace Gtk {
 
 class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
 {
-  public:
+public:
        PannerUI (ARDOUR::Session*);
        ~PannerUI ();
 
@@ -84,7 +80,7 @@ class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
 
        static void setup_slider_pix ();
 
-  private:
+private:
        friend class MixerStrip;
        friend class SendUI;
 
@@ -105,7 +101,7 @@ class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
 
        Gtk::VBox           pan_bar_packer;
        Gtk::VBox           pan_vbox;
-        Gtk::VBox           poswidth_box;
+       Gtk::VBox           poswidth_box;
        Width              _width;
 
        StereoPanner*  _stereo_panner;
@@ -147,11 +143,6 @@ class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
 
        void pan_automation_state_changed();
        gint pan_automation_state_button_event (GdkEventButton *);
-       sigc::connection pan_watching;
-
-       std::string astate_string (ARDOUR::AutoState);
-       std::string short_astate_string (ARDOUR::AutoState);
-       std::string _astate_string (ARDOUR::AutoState, bool);
 
        void start_touch (boost::weak_ptr<ARDOUR::AutomationControl>);
        void stop_touch (boost::weak_ptr<ARDOUR::AutomationControl>);