OSC: Make stripname refresh in automation play mode as well.
authorLen Ovens <len@ovenwerks.net>
Mon, 31 Jul 2017 14:55:09 +0000 (07:55 -0700)
committerLen Ovens <len@ovenwerks.net>
Mon, 31 Jul 2017 14:55:09 +0000 (07:55 -0700)
libs/surfaces/osc/osc_route_observer.cc

index 656c6f086e62e884a3d663ad2fcc97032ec0dc06..9e35a084217a812c1946b387dbcc90094ec9d485 100644 (file)
@@ -246,6 +246,7 @@ OSCRouteObserver::tick ()
                                _last_gain = _strip->gain_control()->get_value();
                                if (gainmode) {
                                        send_gain_message ("/strip/fader", _strip->gain_control());
+                                       gain_timeout = 8;
                                } else {
                                        send_gain_message ("/strip/gain", _strip->gain_control());
                                }