From d66bda9f072c9dea7f5e275fbb729c1d05272435 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 16 Jun 2022 13:27:30 -0500 Subject: [PATCH] mackie send subview: potential fix for send-enable banking (vpot push) --- libs/surfaces/mackie/subview.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/mackie/subview.cc b/libs/surfaces/mackie/subview.cc index b6765975fe..50bfdcbd8b 100644 --- a/libs/surfaces/mackie/subview.cc +++ b/libs/surfaces/mackie/subview.cc @@ -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; }