summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/send.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-18 17:51:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-18 17:51:57 +0000
commit9524b08752f22684c472acd5b3184d5c786e7103 (patch)
treeff2b5d4fae547d96f7f6ee67327972781a6c752e /libs/ardour/ardour/send.h
parent8983d84fb2668bb54383e8148c45ef75af93d360 (diff)
fix two major assert failures arising from the optional monitor section commit; separate numbering of aux sends, sends and listens to fix #3671 (still testing, but the assert failures are critical)
git-svn-id: svn://localhost/ardour2/branches/3.0@11263 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/send.h')
-rw-r--r--libs/ardour/ardour/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h
index 6afc131e70..ddb9e60285 100644
--- a/libs/ardour/ardour/send.h
+++ b/libs/ardour/ardour/send.h
@@ -79,6 +79,7 @@ class Send : public Delivery
int set_state_2X (XMLNode const &, int);
uint32_t _bitslot;
+ static std::string name_and_id_new_send (Session&, Delivery::Role r, uint32_t&);
};
} // namespace ARDOUR