summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/send.h')
-rw-r--r--libs/ardour/ardour/send.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h
index ddb9e60285..c83eff65ab 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -64,6 +64,8 @@ class Send : public Delivery
bool set_name (const std::string& str);
+ std::string value_as_string (boost::shared_ptr<AutomationControl>) const;
+
static uint32_t how_many_sends();
static void make_unique (XMLNode &, Session &);