mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix sends.
git-svn-id: svn://localhost/ardour2/branches/3.0@4426 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7593f104ab
commit
d58b8c243f
2 changed files with 10 additions and 0 deletions
|
|
@ -94,6 +94,9 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject
|
|||
bool ab_direction;
|
||||
std::vector<sigc::connection> connections;
|
||||
|
||||
/// a send that is in the process of creation
|
||||
boost::shared_ptr<ARDOUR::Send> _send_being_created;
|
||||
|
||||
ARDOUR::Placement _placement;
|
||||
|
||||
PluginSelector & _plugin_selector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue