summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-21 23:29:15 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-21 23:29:15 +0000
commitd58b8c243fc4e23fa442c03eaaabdeadd8e713d4 (patch)
treef1c0aa54f8ab6a0c4845f4d4d8fc31a93d0f4d4d /gtk2_ardour/processor_box.h
parent7593f104abbd6407e2e7bc899f29190e3755aae3 (diff)
Fix sends.
git-svn-id: svn://localhost/ardour2/branches/3.0@4426 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 6d57230cf8..e47c28ec10 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -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;