mackie send subview: potential fix for send-enable banking (vpot push)

This commit is contained in:
Ben Loftis 2022-06-16 13:27:30 -05:00
parent a992adf0c3
commit d66bda9f07
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ void SendsSubview::handle_vselect_event(uint32_t global_strip_position)
Strip* strip = 0;
Pot* vpot = 0;
std::string* pending_display = 0;
if (!retrieve_pointers(&strip, &vpot, &pending_display, global_strip_position))
if (!retrieve_pointers(&strip, &vpot, &pending_display, global_strip_position - _current_bank))
{
return;
}