From 0d0e32d8b33e48951feab16d2ef202c14eb9f1f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 May 2010 01:33:25 +0000 Subject: Various fixes to multiple-2D panner signal handling. Should fix some or all of #1632. git-svn-id: svn://localhost/ardour2/branches/3.0@7037 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/panner.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/panner.cc') diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc index 30931ef0a1..b6decc281f 100644 --- a/libs/ardour/panner.cc +++ b/libs/ardour/panner.cc @@ -148,6 +148,7 @@ StreamPanner::set_position (float xpos, float ypos, bool link_call) _y = ypos; update (); Changed (); + _control->Changed (); } } @@ -164,6 +165,7 @@ StreamPanner::set_position (float xpos, float ypos, float zpos, bool link_call) _z = zpos; update (); Changed (); + _control->Changed (); } } -- cgit v1.2.3