mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue