From 70b939da4f9d4097160e32f2373a7a5ff8f4957f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 30 Jan 2009 07:40:13 +0000 Subject: first pass at internal sends. this is a very tentative work in progress, and it is possible that major changes may follow in the near future. it is certainly not complete, but the fundamental changes to Port/Buffer operation merit a commit at this point git-svn-id: svn://localhost/ardour2/branches/3.0@4464 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/automatable.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/automatable.h') diff --git a/libs/ardour/ardour/automatable.h b/libs/ardour/ardour/automatable.h index fc61e2200d..d99960334d 100644 --- a/libs/ardour/ardour/automatable.h +++ b/libs/ardour/ardour/automatable.h @@ -94,15 +94,16 @@ public: Evoral::ControlSet& data() { return *this; } const Evoral::ControlSet& data() const { return *this; } -protected: + int set_automation_state (const XMLNode&, Evoral::Parameter default_param); + XMLNode& get_automation_state(); + + protected: Session& _a_session; void can_automate(Evoral::Parameter); virtual void auto_state_changed (Evoral::Parameter which) {} - int set_automation_state(const XMLNode&, Evoral::Parameter default_param); - XMLNode& get_automation_state(); int load_automation (const std::string& path); int old_set_automation_state(const XMLNode&); -- cgit v1.2.3