mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
OSC: Make stripname refresh in automation play mode as well.
This commit is contained in:
parent
e94771a58f
commit
f51fab35b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue