OSC: Might help if I used the right variable, Really fix select.

This commit is contained in:
Len Ovens 2016-06-21 20:31:53 -07:00
parent 74806a43c9
commit cad5ed4f21

View file

@ -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);
}
}
}