a few more if (_mmc) tests
[ardour.git] / libs / ardour / panner.cc
index 30931ef0a1c6c8adb15aaa658ceb97e529445175..b6decc281f807a4999c7a529664825a90f1ffb27 100644 (file)
@@ -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 ();
        }
 }