summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_processor_selection.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-01 22:18:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-01 22:18:46 +0000
commit6698f5f686bef82b0c9568558c83a3b9b3344700 (patch)
treeb955303ea57c1105183bed2891533b06aebb8c24 /gtk2_ardour/route_processor_selection.h
parent4d1542d1e59737fb3f6464ebb5638ca64cb985e8 (diff)
use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params
git-svn-id: svn://localhost/ardour2/trunk@2215 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_processor_selection.h')
-rw-r--r--gtk2_ardour/route_processor_selection.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gtk2_ardour/route_processor_selection.h b/gtk2_ardour/route_processor_selection.h
index 78f6ddca48..bb0e6701e1 100644
--- a/gtk2_ardour/route_processor_selection.h
+++ b/gtk2_ardour/route_processor_selection.h
@@ -42,11 +42,8 @@ class RouteRedirectSelection : public sigc::trackable
void clear ();
bool empty();
- void set (boost::shared_ptr<ARDOUR::Processor>);
- void set (const std::vector<boost::shared_ptr<ARDOUR::Processor> >&);
- void add (boost::shared_ptr<ARDOUR::Processor>);
- void add (const std::vector<boost::shared_ptr<ARDOUR::Processor> >&);
- void remove (boost::shared_ptr<ARDOUR::Processor>);
+ void set (XMLNode* node);
+ void add (XMLNode* node);
void set (boost::shared_ptr<ARDOUR::Route>);
void add (boost::shared_ptr<ARDOUR::Route>);