mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
OSC: /cue/previous_aux should always refresh
This commit is contained in:
parent
2d85eceb0e
commit
a6205cef40
1 changed files with 2 additions and 0 deletions
|
|
@ -5440,6 +5440,8 @@ OSC::cue_previous (lo_message msg)
|
|||
}
|
||||
if (s->aux > 1) {
|
||||
ret = cue_set (s->aux - 1, msg);
|
||||
} else {
|
||||
ret = cue_set (1, msg);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue