Fix sends.

git-svn-id: svn://localhost/ardour2/branches/3.0@4426 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-01-21 23:29:15 +00:00
parent 7593f104ab
commit d58b8c243f
2 changed files with 10 additions and 0 deletions

View file

@ -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;