MCU: remove vpot control in plugin subview

when switching to the plugin subview, vpots were still attached to
pan controls
This commit is contained in:
Franke Burgarino 2025-08-26 17:17:37 -05:00
parent 92727dccc3
commit b501ae855d

View file

@ -1141,6 +1141,8 @@ void PluginSelect::setup_vpot(
return;
}
vpot->set_control (std::shared_ptr<AutomationControl>());
uint32_t virtual_strip_position = calculate_virtual_strip_position(global_strip_position);
std::shared_ptr<Processor> plugin = route->nth_plugin(virtual_strip_position);