Don't show automation of hidden plugins
This commit is contained in:
parent
83e4b49a9e
commit
a6ea40552c
@ -1892,6 +1892,9 @@ RouteTimeAxisView::add_existing_processor_automation_curves (std::weak_ptr<Proce
|
||||
/* The Amp processor is a special case and is dealt with separately */
|
||||
return;
|
||||
}
|
||||
if (!processor->display_to_user()) {
|
||||
return;
|
||||
}
|
||||
|
||||
set<Evoral::Parameter> existing;
|
||||
processor->what_has_data (existing);
|
||||
|
Loading…
Reference in New Issue
Block a user