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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user