Support fancy controls for some AU units.
[ardour.git] / libs / ardour / ardour / midi_automation_list_binder.h
index dc92b75aa0cbe7bbf9760e0287b12b55b1173743..241c4e73207a40991b97f3cea15c8924dc43b4ee 100644 (file)
@@ -27,13 +27,13 @@ class MidiSource;
 class AutomationList;
 
 /** A class for late-binding a MidiSource and a Parameter to an AutomationList */
-class MidiAutomationListBinder : public MementoCommandBinder<ARDOUR::AutomationList>
+class LIBARDOUR_API MidiAutomationListBinder : public MementoCommandBinder<ARDOUR::AutomationList>
 {
 public:
        MidiAutomationListBinder (boost::shared_ptr<ARDOUR::MidiSource>, Evoral::Parameter);
        MidiAutomationListBinder (XMLNode *, ARDOUR::Session::SourceMap const &);
 
-       ARDOUR::AutomationList* get ();
+       ARDOUR::AutomationList* get () const;
        void add_state (XMLNode *);
 
 private:
@@ -42,4 +42,4 @@ private:
 };
 
 }
-               
+