mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
fix for #2296 (plugins shown twice in automation menus)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3466 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f2fddb626a
commit
8c3fb5a1f8
1 changed files with 2 additions and 1 deletions
|
|
@ -275,6 +275,7 @@ RouteTimeAxisView::post_construct ()
|
|||
/* map current state of the route */
|
||||
|
||||
update_diskstream_display ();
|
||||
subplugin_menu.items().clear ();
|
||||
_route->foreach_redirect (this, &RouteTimeAxisView::add_redirect_to_subplugin_menu);
|
||||
_route->foreach_redirect (this, &RouteTimeAxisView::add_existing_redirect_automation_curves);
|
||||
reset_redirect_automation_curves ();
|
||||
|
|
@ -1643,7 +1644,7 @@ RouteTimeAxisView::add_redirect_to_subplugin_menu (boost::shared_ptr<Redirect> r
|
|||
using namespace Menu_Helpers;
|
||||
RedirectAutomationInfo *rai;
|
||||
list<RedirectAutomationInfo*>::iterator x;
|
||||
|
||||
|
||||
const std::set<uint32_t>& automatable = r->what_can_be_automated ();
|
||||
std::set<uint32_t> has_visible_automation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue