M: US2400: allows user to bank over sends while in TrackView.
Sends only appear on the last 8 vpots, which means sends to matrices 9-12 are unreachable without banking.
This commit is contained in:
parent
20fff72370
commit
b689d2881e
@ -920,7 +920,7 @@ Strip::setup_trackview_vpot (boost::shared_ptr<Stripable> r)
|
||||
case 21:
|
||||
case 22:
|
||||
case 23:
|
||||
pc = r->send_level_controllable ( global_pos - 16 );
|
||||
pc = r->send_level_controllable ( global_pos - 16 + (_surface->mcp().get_sends_bank() * 8));
|
||||
break;
|
||||
} //global_pos switch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user