Ardour  9.0-pre0-822-g12e3bc5c20
VSTPluginUI Class Referenceabstract

#include <vst_plugin_ui.h>

Inheritance diagram for VSTPluginUI:
[legend]

Public Member Functions

 VSTPluginUI (std::shared_ptr< ARDOUR::PlugInsertBase >, std::shared_ptr< ARDOUR::VSTPlugin >)
 
virtual ~VSTPluginUI ()
 
virtual int get_preferred_height ()
 
virtual int get_preferred_width ()
 
bool on_window_show (const std::string &title)
 
void on_window_hide ()
 
virtual int package (Gtk::Window &)
 
bool non_gtk_gui () const
 
- Public Member Functions inherited from PlugUIBase
 PlugUIBase (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
virtual ~PlugUIBase ()
 
virtual bool resizable ()
 
virtual bool start_updating (GdkEventAny *)=0
 
virtual bool stop_updating (GdkEventAny *)=0
 
virtual bool is_external () const
 
virtual bool is_external_visible () const
 
virtual void activate ()
 
virtual void deactivate ()
 
void update_preset_list ()
 
void update_preset ()
 
void latency_button_clicked ()
 
void tailtime_button_clicked ()
 
virtual void forward_key_event (GdkEventKey *)
 
virtual void grab_focus ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
 ScopedConnectionList (const ScopedConnectionList &)=delete
 
ScopedConnectionListoperator= (const ScopedConnectionList &)=delete
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 

Protected Member Functions

virtual int get_XID ()=0
 
virtual void top_box_allocated (Gtk::Allocation &)
 
bool dispatch_effeditkey (GdkEventKey *)
 
- Protected Member Functions inherited from PlugUIBase
void add_common_widgets (Gtk::HBox *, bool with_focus=true)
 
void set_latency_label ()
 
void set_tailtime_label ()
 
void add_plugin_setting ()
 
void save_plugin_setting ()
 
void delete_plugin_setting ()
 
void reset_plugin_parameters ()
 
void browse_presets ()
 
void manage_pins ()
 
bool focus_toggled (GdkEventButton *)
 
bool bypass_button_release (GdkEventButton *)
 
void toggle_description ()
 
void toggle_plugin_analysis ()
 
void toggle_cpuload_display ()
 
void processor_active_changed (std::weak_ptr< ARDOUR::Processor > p)
 
void plugin_going_away ()
 
void automation_state_changed ()
 
void preset_added_or_removed ()
 
void update_preset_modified ()
 
bool has_descriptive_presets () const
 

Protected Attributes

std::shared_ptr< ARDOUR::VSTPlugin_vst
 
Gtk::Socket _socket
 
- Protected Attributes inherited from PlugUIBase
std::shared_ptr< ARDOUR::PlugInsertBase_pib
 
std::shared_ptr< ARDOUR::PluginInsert_pi
 
std::shared_ptr< ARDOUR::Pluginplugin
 
ArdourWidgets::ArdourDropdown _preset_combo
 
Gtk::Label _preset_modified
 
ArdourWidgets::ArdourButton _add_button
 
ArdourWidgets::ArdourButton _save_button
 
ArdourWidgets::ArdourButton _delete_button
 
ArdourWidgets::ArdourButton _preset_browser_button
 
ArdourWidgets::ArdourButton _reset_button
 
ArdourWidgets::ArdourButton _bypass_button
 
ArdourWidgets::ArdourButton _pin_management_button
 
Gtk::EventBox _focus_button
 
Gtk::Expander description_expander
 
Gtk::Expander plugin_analysis_expander
 
Gtk::Expander cpuload_expander
 
ArdourWidgets::ArdourButton _latency_button
 
ArdourWidgets::ArdourButton _tailtime_button
 
ArdourWidgets::ArdourButton automation_manual_all_button
 
ArdourWidgets::ArdourButton automation_play_all_button
 
ArdourWidgets::ArdourButton automation_write_all_button
 
ArdourWidgets::ArdourButton automation_touch_all_button
 
ArdourWidgets::ArdourButton automation_latch_all_button
 
TimeCtlGUIlatency_gui
 
ArdourWindowlatency_dialog
 
TimeCtlGUItailtime_gui
 
ArdourWindowtailtime_dialog
 
PluginEqGuieqgui
 
PluginLoadStatsGuistats_gui
 
PluginPresetsUIpreset_gui
 
ArdourWindowpreset_dialog
 
int _no_load_preset
 
PBD::ScopedConnection death_connection
 
PBD::ScopedConnection active_connection
 
PBD::ScopedConnection preset_added_connection
 
PBD::ScopedConnection preset_removed_connection
 
PBD::ScopedConnectionList control_connections
 

Private Member Functions

bool configure_handler (GdkEventConfigure *)
 
void preset_selected (ARDOUR::Plugin::PresetRecord preset)
 

Additional Inherited Members

- Public Attributes inherited from PlugUIBase
sigc::signal< void, bool > KeyboardFocused
 

Detailed Description

Definition at line 27 of file vst_plugin_ui.h.

Constructor & Destructor Documentation

◆ VSTPluginUI()

VSTPluginUI::VSTPluginUI ( std::shared_ptr< ARDOUR::PlugInsertBase ,
std::shared_ptr< ARDOUR::VSTPlugin  
)

◆ ~VSTPluginUI()

virtual VSTPluginUI::~VSTPluginUI ( )
virtual

Member Function Documentation

◆ configure_handler()

bool VSTPluginUI::configure_handler ( GdkEventConfigure *  )
private

◆ dispatch_effeditkey()

bool VSTPluginUI::dispatch_effeditkey ( GdkEventKey *  )
protected

◆ get_preferred_height()

virtual int VSTPluginUI::get_preferred_height ( )
virtual

Implements PlugUIBase.

Reimplemented in LXVSTPluginUI.

◆ get_preferred_width()

virtual int VSTPluginUI::get_preferred_width ( )
virtual

Implements PlugUIBase.

◆ get_XID()

virtual int VSTPluginUI::get_XID ( )
protectedpure virtual

◆ non_gtk_gui()

bool VSTPluginUI::non_gtk_gui ( ) const
inlinevirtual

Reimplemented from PlugUIBase.

Definition at line 41 of file vst_plugin_ui.h.

◆ on_window_hide()

void VSTPluginUI::on_window_hide ( )
virtual

Reimplemented from PlugUIBase.

◆ on_window_show()

bool VSTPluginUI::on_window_show ( const std::string &  title)
virtual

Reimplemented from PlugUIBase.

◆ package()

virtual int VSTPluginUI::package ( Gtk::Window &  )
virtual

◆ preset_selected()

void VSTPluginUI::preset_selected ( ARDOUR::Plugin::PresetRecord  preset)
privatevirtual

Reimplemented from PlugUIBase.

◆ top_box_allocated()

virtual void VSTPluginUI::top_box_allocated ( Gtk::Allocation &  )
inlineprotectedvirtual

Reimplemented in WindowsVSTPluginUI.

Definition at line 49 of file vst_plugin_ui.h.

Member Data Documentation

◆ _socket

Gtk::Socket VSTPluginUI::_socket
protected

Definition at line 48 of file vst_plugin_ui.h.

◆ _vst

std::shared_ptr<ARDOUR::VSTPlugin> VSTPluginUI::_vst
protected

Definition at line 47 of file vst_plugin_ui.h.


The documentation for this class was generated from the following file: