summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-26 13:26:08 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-26 13:26:08 +0000
commit564e16ca0755ffa4f0edac64edc3d2d61fe211cd (patch)
treeedd3cae8454782d9551c91dea3ee1aa180aaa9bf /gtk2_ardour/route_time_axis.h
parent7b66abc7aafb47179b7a683d6a0ec5b7c59645cb (diff)
Don't add a plugin menu entry for the Amp processor. Desensitize the plugin menu if it is empty.
git-svn-id: svn://localhost/ardour2/branches/3.0@5279 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 34896e4639..ba81fc8bfe 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -188,7 +188,7 @@ protected:
void processors_changed ();
- void add_processor_to_subplugin_menu (boost::weak_ptr<ARDOUR::Processor>);
+ void add_processor_to_subplugin_menu (boost::weak_ptr<ARDOUR::Processor>, boost::weak_ptr<ARDOUR::Route>);
void remove_processor_automation_node (ProcessorAutomationNode* pan);
void processor_menu_item_toggled (RouteTimeAxisView::ProcessorAutomationInfo*,