X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fplugin_ui.h;h=ef899af6e7b3d30fcb74accafb3c38c7db64c864;hb=4e4cb140a0713cabec624f13e86eaf9b375ab6c5;hp=61d3d415806353e12acd7d100c4edf063b4ae157;hpb=2dd3c9578fa01dc5dca94f6ba9e4ded8f36b539c;p=ardour.git diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h index 61d3d41580..ef899af6e7 100644 --- a/gtk2_ardour/plugin_ui.h +++ b/gtk2_ardour/plugin_ui.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000 Paul Davis + Copyright (C) 2000-2006 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 @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_plugin_ui_h__ @@ -44,15 +43,17 @@ #include #include +#include "latency_gui.h" + namespace ARDOUR { - class AudioEngine; class PluginInsert; class Plugin; class VSTPlugin; - class Redirect; + class IOProcessor; + class AUPlugin; } -namespace MIDI { +namespace PBD { class Controllable; } @@ -67,7 +68,7 @@ namespace Gtkmm2ext { class PlugUIBase : public virtual sigc::trackable { public: - PlugUIBase (ARDOUR::PluginInsert&); + PlugUIBase (boost::shared_ptr, nframes64_t sample_rate, nframes64_t period_size); virtual ~PlugUIBase() {} virtual gint get_preferred_height () = 0; @@ -75,22 +76,23 @@ class PlugUIBase : public virtual sigc::trackable virtual bool stop_updating(GdkEventAny*) = 0; protected: - ARDOUR::PluginInsert& insert; - ARDOUR::Plugin& plugin; + boost::shared_ptr insert; + boost::shared_ptr plugin; Gtk::ComboBoxText combo; Gtk::Button save_button; Gtk::ToggleButton bypass_button; + LatencyGUI latency_gui; void setting_selected(); void save_plugin_setting (void); void bypass_toggled(); }; -class PluginUI : public PlugUIBase, public Gtk::VBox +class LadspaPluginUI : public PlugUIBase, public Gtk::VBox { public: - PluginUI (ARDOUR::AudioEngine &, ARDOUR::PluginInsert& plug, bool scrollable=false); - ~PluginUI (); + LadspaPluginUI (boost::shared_ptr plug, nframes64_t sample_rate, nframes64_t period_size, bool scrollable = false); + ~LadspaPluginUI (); gint get_preferred_height () { return prefheight; } @@ -98,11 +100,8 @@ class PluginUI : public PlugUIBase, public Gtk::VBox bool stop_updating(GdkEventAny*); private: - ARDOUR::AudioEngine &engine; Gtk::HBox settings_box; Gtk::HBox hpacker; - Gtk::VBox info_vbox; - Gtk::EventBox name_ebox; Gtk::Table button_table; Gtk::Table output_table; @@ -111,13 +110,8 @@ class PluginUI : public PlugUIBase, public Gtk::VBox Gtk::Adjustment hAdjustment; Gtk::Adjustment vAdjustment; Gtk::Viewport scroller_view; - Gtk::Label nameinfo_label; - Gtk::Label paraminfo_label; - Gtk::Label makerinfo_label; Gtk::Menu* automation_menu; - bool setting_name_status; - gint prefheight; bool is_scrollable; @@ -142,9 +136,13 @@ class PluginUI : public PlugUIBase, public Gtk::VBox static const int32_t initial_button_rows = 6; static const int32_t initial_button_cols = 1; - static const int32_t initial_output_rows = 8; - static const int32_t initial_output_cols = 1; + static const int32_t initial_output_rows = 1; + static const int32_t initial_output_cols = 4; + /* TODO: pull this out of PluginUI and make it generic. + * Sticking this in the track controls of an automation track would + * make a handy touch controller for anything. + */ struct ControlUI : public Gtk::HBox { uint32_t port_index; @@ -168,7 +166,8 @@ class PluginUI : public PlugUIBase, public Gtk::VBox Gtk::EventBox *display; Gtk::Label* display_label; - Gtk::VBox * vbox; + Gtk::HBox * hbox; + Gtk::VBox * vbox; MeterInfo * meterinfo; ControlUI (); @@ -179,8 +178,8 @@ class PluginUI : public PlugUIBase, public Gtk::VBox sigc::connection screen_update_connection; void output_update(); - void build (ARDOUR::AudioEngine &); - ControlUI* build_control_ui (ARDOUR::AudioEngine &, guint32 port_index, MIDI::Controllable *); + void build (); + ControlUI* build_control_ui (guint32 port_index, PBD::Controllable *); std::vector setup_scale_values(guint32 port_index, ControlUI* cui); void control_adjustment_changed (ControlUI* cui); void parameter_changed (uint32_t, float, ControlUI* cui); @@ -188,7 +187,7 @@ class PluginUI : public PlugUIBase, public Gtk::VBox void control_port_toggled (ControlUI* cui); void control_combo_changed (ControlUI* cui); - void redirect_active_changed (ARDOUR::Redirect*, void*); + void processor_active_changed (boost::weak_ptr); void astate_clicked (ControlUI*, uint32_t parameter); void automation_state_changed (ControlUI*); @@ -202,41 +201,43 @@ class PluginUI : public PlugUIBase, public Gtk::VBox class PluginUIWindow : public ArdourDialog { public: - PluginUIWindow (ARDOUR::AudioEngine &, ARDOUR::PluginInsert& insert, bool scrollable=false); + PluginUIWindow (boost::shared_ptr insert, nframes64_t sample_rate, nframes64_t period_size, bool scrollable = false); ~PluginUIWindow (); PlugUIBase& pluginui() { return *_pluginui; } void resize_preferred(); + + virtual bool on_key_press_event (GdkEventKey*); + virtual bool on_key_release_event (GdkEventKey*); private: PlugUIBase* _pluginui; - void plugin_going_away (ARDOUR::Redirect*); + void plugin_going_away (); }; - #ifdef VST_SUPPORT class VSTPluginUI : public PlugUIBase, public Gtk::VBox { public: - VSTPluginUI (ARDOUR::PluginInsert&, ARDOUR::VSTPlugin&); + VSTPluginUI (boost::shared_ptr, boost::shared_ptr, nframes64_t sample_rate, nframes64_t period_size); ~VSTPluginUI (); gint get_preferred_height (); - bool start_updating(GdkEventAny*) {} - bool stop_updating(GdkEventAny*) {} + bool start_updating(GdkEventAny*) {return false;} + bool stop_updating(GdkEventAny*) {return false;} int package (Gtk::Window&); private: - ARDOUR::VSTPlugin& vst; + boost::shared_ptr vst; Gtk::Socket socket; Gtk::HBox preset_box; Gtk::VBox vpacker; - gboolean configure_handler (GdkEventConfigure*, GtkSocket*); + bool configure_handler (GdkEventConfigure*, Gtk::Socket*); void save_plugin_setting (); }; -#endif +#endif // VST_SUPPORT #endif /* __ardour_plugin_ui_h__ */