X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmono_panner.h;h=78b78b40ba2b168d4b790501617a30c5507e7f4e;hb=62c4e88a9d8f4a7b019243fe9a10830b1da0150c;hp=4a0c2a4c59aeab46522d799e6fe24fd6d09c3906;hpb=b976bf8986290e8f4812a50e7fdd98b9cbeb4249;p=ardour.git diff --git a/gtk2_ardour/mono_panner.h b/gtk2_ardour/mono_panner.h index 4a0c2a4c59..78b78b40ba 100644 --- a/gtk2_ardour/mono_panner.h +++ b/gtk2_ardour/mono_panner.h @@ -1,21 +1,22 @@ /* - Copyright (C) 2010 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) 2011-2012 Carl Hetherington + * Copyright (C) 2011 Paul Davis + * Copyright (C) 2014-2017 Robin Gareus + * + * 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 __gtk_ardour_mono_panner_h__ #define __gtk_ardour_mono_panner_h__ @@ -24,7 +25,7 @@ #include -#include "gtkmm2ext/binding_proxy.h" +#include "widgets/binding_proxy.h" #include "panner_interface.h" @@ -55,6 +56,11 @@ protected: bool on_scroll_event (GdkEventScroll*); bool on_key_press_event (GdkEventKey*); + boost::weak_ptr proxy_controllable () const + { + return boost::weak_ptr (position_binder.get_controllable()); + } + private: PannerEditor* editor (); boost::shared_ptr _panner_shell; @@ -67,7 +73,7 @@ private: double accumulated_delta; bool detented; - BindingProxy position_binder; + ArdourWidgets::BindingProxy position_binder; void set_tooltip ();