mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
OSC: Might help if I used the right variable, Really fix select.
This commit is contained in:
parent
74806a43c9
commit
cad5ed4f21
1 changed files with 1 additions and 1 deletions
|
|
@ -1378,7 +1378,7 @@ OSC::_set_bank (uint32_t bank_start, lo_address addr)
|
|||
listen_to_route(stp, addr);
|
||||
if (!s->feedback[10]) {
|
||||
if (stp->is_selected()) {
|
||||
_strip_select (n + 1 - s->bank_size , addr);
|
||||
_strip_select (n + 1 - s->bank , addr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue