mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
92727dccc3
commit
b501ae855d
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue