summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-29 22:07:34 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-29 22:07:34 +0000
commit6f306c98216a2901d45d1b5537d836d084673eb3 (patch)
treec2c6e3086ba9f2b14e4cb6fddca6b529bc04ecc0 /gtk2_ardour/route_ui.h
parentd367d94c7febe766afc7356e874ba4eb36fcae48 (diff)
Add options to add sends from buses as well as tracks; remainder of #3637.
git-svn-id: svn://localhost/ardour2/branches/3.0@8372 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index d2df30dad7..2d13e54110 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -131,8 +131,8 @@ class RouteUI : public virtual AxisView
void set_sends_gain_from_track ();
void set_sends_gain_to_zero ();
void set_sends_gain_to_unity ();
- void create_sends (ARDOUR::Placement);
- void create_selected_sends (ARDOUR::Placement);
+ void create_sends (ARDOUR::Placement, bool);
+ void create_selected_sends (ARDOUR::Placement, bool);
void solo_changed(bool, void*);
void solo_changed_so_update_mute ();