OSC: fix pan stuck at centre.

This commit is contained in:
Len Ovens
2017-03-15 13:24:13 -07:00
parent 175027fb6c
commit 891ad41c48

View File

@@ -2589,6 +2589,7 @@ OSC::route_set_pan_stereo_position (int ssid, float pos, lo_message msg)
if (s) {
if(s->pan_azimuth_control()) {
s->pan_azimuth_control()->set_value (s->pan_azimuth_control()->interface_to_internal (pos), PBD::Controllable::NoGroup);
return 0;
}
}