2005-09-25 14:42:24 -04:00
|
|
|
/*
|
|
|
|
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.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ardour_gtk_panner_ui_h__
|
|
|
|
#define __ardour_gtk_panner_ui_h__
|
|
|
|
|
|
|
|
#include <vector>
|
2005-11-28 23:41:15 -05:00
|
|
|
|
|
|
|
#include <gtkmm/box.h>
|
|
|
|
#include <gtkmm/adjustment.h>
|
|
|
|
#include <gtkmm/viewport.h>
|
|
|
|
#include <gtkmm/eventbox.h>
|
|
|
|
#include <gtkmm/arrow.h>
|
|
|
|
#include <gtkmm/togglebutton.h>
|
|
|
|
#include <gtkmm/button.h>
|
|
|
|
|
2005-09-25 16:33:00 -04:00
|
|
|
#include <gtkmm2ext/click_box.h>
|
2006-07-07 19:51:30 -04:00
|
|
|
#include <gtkmm2ext/slider_controller.h>
|
2005-09-25 14:42:24 -04:00
|
|
|
|
2009-12-17 13:24:23 -05:00
|
|
|
#include "ardour/session_handle.h"
|
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
#include "enums.h"
|
|
|
|
|
|
|
|
class Panner2d;
|
2006-12-20 16:03:11 -05:00
|
|
|
class PannerBar;
|
2008-12-13 10:18:32 -05:00
|
|
|
class Panner2dWindow;
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
namespace ARDOUR {
|
|
|
|
class Session;
|
2009-06-09 16:21:19 -04:00
|
|
|
class Panner;
|
|
|
|
class Delivery;
|
2005-09-25 14:42:24 -04:00
|
|
|
}
|
2005-09-25 16:33:00 -04:00
|
|
|
namespace Gtkmm2ext {
|
2005-09-25 14:42:24 -04:00
|
|
|
class FastMeter;
|
|
|
|
}
|
|
|
|
|
2005-11-28 23:41:15 -05:00
|
|
|
namespace Gtk {
|
|
|
|
class Menu;
|
|
|
|
class Menuitem;
|
|
|
|
}
|
|
|
|
|
2009-12-17 13:24:23 -05:00
|
|
|
class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
2005-09-25 14:42:24 -04:00
|
|
|
{
|
|
|
|
public:
|
2009-12-17 13:24:23 -05:00
|
|
|
PannerUI (ARDOUR::Session*);
|
2005-09-25 14:42:24 -04:00
|
|
|
~PannerUI ();
|
|
|
|
|
2009-06-09 16:21:19 -04:00
|
|
|
virtual void set_panner (boost::shared_ptr<ARDOUR::Panner>);
|
2008-12-08 11:07:28 -05:00
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
void pan_changed (void *);
|
|
|
|
|
|
|
|
void update_pan_sensitive ();
|
|
|
|
void update_gain_sensitive ();
|
|
|
|
|
|
|
|
void set_width (Width);
|
|
|
|
void setup_pan ();
|
|
|
|
|
|
|
|
void effective_pan_display ();
|
|
|
|
|
2009-05-12 13:03:42 -04:00
|
|
|
void set_meter_strip_name (std::string name);
|
2008-09-10 11:03:30 -04:00
|
|
|
boost::shared_ptr<PBD::Controllable> get_controllable();
|
2005-09-25 14:42:24 -04:00
|
|
|
|
2009-10-19 10:46:15 -04:00
|
|
|
void set_mono (bool);
|
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
private:
|
2006-05-19 13:29:05 -04:00
|
|
|
friend class MixerStrip;
|
2008-04-11 10:06:50 -04:00
|
|
|
|
2009-06-09 16:21:19 -04:00
|
|
|
boost::shared_ptr<ARDOUR::Panner> _panner;
|
2009-12-17 13:24:23 -05:00
|
|
|
PBD::ScopedConnectionList connections;
|
2010-05-01 21:33:25 -04:00
|
|
|
PBD::ScopedConnectionList _pan_control_connections;
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
bool ignore_toggle;
|
|
|
|
bool in_pan_update;
|
2009-08-29 20:40:48 -04:00
|
|
|
int _current_nouts;
|
2009-10-14 19:47:44 -04:00
|
|
|
int _current_npans;
|
2005-09-25 14:42:24 -04:00
|
|
|
|
2006-12-20 21:52:27 -05:00
|
|
|
static const int pan_bar_height;
|
|
|
|
|
2010-04-17 18:51:22 -04:00
|
|
|
Panner2d* twod_panner; ///< 2D panner, or 0
|
2008-12-13 10:18:32 -05:00
|
|
|
Panner2dWindow* big_window;
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
Gtk::VBox pan_bar_packer;
|
2005-11-12 17:07:07 -05:00
|
|
|
Gtk::Adjustment hAdjustment;
|
|
|
|
Gtk::Adjustment vAdjustment;
|
2005-09-25 14:42:24 -04:00
|
|
|
Gtk::Viewport panning_viewport;
|
|
|
|
Gtk::EventBox panning_up;
|
|
|
|
Gtk::Arrow panning_up_arrow;
|
|
|
|
Gtk::EventBox panning_down;
|
|
|
|
Gtk::Arrow panning_down_arrow;
|
|
|
|
Gtk::VBox pan_vbox;
|
|
|
|
Width _width;
|
2006-05-23 15:54:52 -04:00
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
Gtk::ToggleButton panning_link_button;
|
|
|
|
Gtk::Button panning_link_direction_button;
|
|
|
|
Gtk::HBox panning_link_box;
|
|
|
|
|
2006-05-23 15:54:52 -04:00
|
|
|
bool panning_link_button_press (GdkEventButton*);
|
|
|
|
bool panning_link_button_release (GdkEventButton*);
|
|
|
|
|
2008-12-08 11:07:28 -05:00
|
|
|
Gtk::Menu* pan_astate_menu;
|
|
|
|
Gtk::Menu* pan_astyle_menu;
|
2006-05-19 13:29:05 -04:00
|
|
|
|
|
|
|
Gtk::Button pan_automation_style_button;
|
|
|
|
Gtk::ToggleButton pan_automation_state_button;
|
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
void panning_link_direction_clicked ();
|
|
|
|
|
2009-01-30 15:18:31 -05:00
|
|
|
std::vector<Gtk::Adjustment*> pan_adjustments;
|
|
|
|
std::vector<PannerBar*> pan_bars;
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
void pan_adjustment_changed (uint32_t which);
|
|
|
|
void pan_value_changed (uint32_t which);
|
|
|
|
void update_pan_bars (bool only_if_aplay);
|
|
|
|
void update_pan_linkage ();
|
|
|
|
void update_pan_state ();
|
2008-12-08 11:07:28 -05:00
|
|
|
void build_astate_menu ();
|
|
|
|
void build_astyle_menu ();
|
2005-09-25 14:42:24 -04:00
|
|
|
|
|
|
|
void panner_changed ();
|
2009-10-14 12:10:01 -04:00
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
void hide_pans ();
|
|
|
|
|
|
|
|
void panner_moved (int which);
|
|
|
|
void panner_bypass_toggled ();
|
|
|
|
|
|
|
|
gint start_pan_touch (GdkEventButton*);
|
|
|
|
gint end_pan_touch (GdkEventButton*);
|
|
|
|
|
2006-05-23 15:54:52 -04:00
|
|
|
bool pan_button_event (GdkEventButton*, uint32_t which);
|
|
|
|
|
2010-04-17 18:51:22 -04:00
|
|
|
void connect_to_pan_control (uint32_t);
|
|
|
|
|
2005-09-25 14:42:24 -04:00
|
|
|
Gtk::Menu* pan_menu;
|
|
|
|
Gtk::CheckMenuItem* bypass_menu_item;
|
|
|
|
void build_pan_menu (uint32_t which);
|
|
|
|
void pan_mute (uint32_t which);
|
2009-04-30 11:04:16 -04:00
|
|
|
void pan_reset (uint32_t);
|
|
|
|
void pan_reset_all ();
|
2005-09-25 14:42:24 -04:00
|
|
|
void pan_bypass_toggle ();
|
2006-05-19 13:29:05 -04:00
|
|
|
|
|
|
|
void pan_automation_state_changed();
|
|
|
|
void pan_automation_style_changed();
|
|
|
|
gint pan_automation_style_button_event (GdkEventButton *);
|
|
|
|
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);
|
|
|
|
|
|
|
|
std::string astyle_string (ARDOUR::AutoStyle);
|
|
|
|
std::string short_astyle_string (ARDOUR::AutoStyle);
|
|
|
|
std::string _astyle_string (ARDOUR::AutoStyle, bool);
|
2005-09-25 14:42:24 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* __ardour_gtk_panner_ui_h__ */
|
|
|
|
|