mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
LV2: Send messages from one UI to all replicated instances.
Addresses issue mentioned in previous commit. git-svn-id: svn://localhost/ardour2/branches/3.0@13149 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
322f1c7d0d
commit
4e3aee3548
2 changed files with 9 additions and 2 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "plugin_ui.h"
|
||||
|
||||
#ifdef LV2_SUPPORT
|
||||
#include "ardour/plugin_insert.h"
|
||||
|
||||
#include "lv2_external_ui.h"
|
||||
|
||||
|
|
@ -66,6 +67,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
|
|||
|
||||
typedef boost::shared_ptr<ARDOUR::AutomationControl> ControllableRef;
|
||||
|
||||
boost::shared_ptr<ARDOUR::PluginInsert> _pi;
|
||||
boost::shared_ptr<ARDOUR::LV2Plugin> _lv2;
|
||||
std::vector<int> _output_ports;
|
||||
sigc::connection _screen_update_connection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue