OSC: Make stripname refresh in automation play mode as well.

This commit is contained in:
Len Ovens 2017-07-31 07:55:09 -07:00
parent e94771a58f
commit f51fab35b1

View 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());
}