From 7deb14773baf3ebf191c973665fc0c3069cc39fb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 17 May 2009 02:08:13 +0000 Subject: 75% (?) of the way towards making mixer strips control bus sends. lots more to do git-svn-id: svn://localhost/ardour2/branches/3.0@5090 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_params_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/route_params_ui.cc') diff --git a/gtk2_ardour/route_params_ui.cc b/gtk2_ardour/route_params_ui.cc index 33a99f6955..5c709d80bf 100644 --- a/gtk2_ardour/route_params_ui.cc +++ b/gtk2_ardour/route_params_ui.cc @@ -231,8 +231,8 @@ RouteParams_UI::setup_processor_boxes() cleanup_processor_boxes(); // construct new redirect boxes - pre_insert_box = new ProcessorBox(PreFader, *session, *_plugin_selector, _rr_selection); - post_insert_box = new ProcessorBox(PostFader, *session, *_plugin_selector, _rr_selection); + pre_insert_box = new ProcessorBox(PreFader, *session, *_plugin_selector, _rr_selection, 0); + post_insert_box = new ProcessorBox(PostFader, *session, *_plugin_selector, _rr_selection, 0); pre_insert_box->set_route (_route); post_insert_box->set_route (_route); -- cgit v1.2.3