summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_actor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-23 15:41:14 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-23 15:41:14 -0500
commitb29e324ee4b1b0d170adee4125d392c440d21d79 (patch)
tree96ab2a583586bccb3f0e05e90fd27d028b2cb4d5 /gtk2_ardour/mixer_actor.cc
parente85ff4dad26ef13b0351de0dfd92ce22022cd611 (diff)
Mixer selection follows mouse
This eliminates ambiguity about which strip the keybindings will affect. Hold shift to make a quick group from adjacent mixer strips.
Diffstat (limited to 'gtk2_ardour/mixer_actor.cc')
-rw-r--r--gtk2_ardour/mixer_actor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_actor.cc b/gtk2_ardour/mixer_actor.cc
index 090293612b..cd3d090dd6 100644
--- a/gtk2_ardour/mixer_actor.cc
+++ b/gtk2_ardour/mixer_actor.cc
@@ -172,6 +172,7 @@ MixerActor::unity_gain_action ()
{
set_route_targets_for_operation ();
+printf("setting gain to unity (?)");
BOOST_FOREACH(RouteUI* r, _route_targets) {
boost::shared_ptr<Route> rp = r->route();
if (rp) {