13
0

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:
Caleb Potter 2022-04-22 09:17:01 -05:00 committed by Paul Davis
parent 20fff72370
commit b689d2881e

View File

@ -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