summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/bundle.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-08 14:15:28 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-08 14:15:28 +0000
commitb37bc5e5b2d597c472a603747ed139cc74107013 (patch)
treeb78cf5fe7835be197940e52e679e15f5a43a1616 /libs/ardour/ardour/bundle.h
parent420d5d659219088b4eb9d41035997a020adf2afa (diff)
Fix a few SNAFUs in the port matrix related to multi-type bundles (#4454).
git-svn-id: svn://localhost/ardour2/branches/3.0@10494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/bundle.h')
-rw-r--r--libs/ardour/ardour/bundle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/bundle.h b/libs/ardour/ardour/bundle.h
index 821dd57896..46b07c48f5 100644
--- a/libs/ardour/ardour/bundle.h
+++ b/libs/ardour/ardour/bundle.h
@@ -101,6 +101,7 @@ class Bundle : public PBD::ScopedConnectionList
bool connected_to (boost::shared_ptr<Bundle>, AudioEngine &);
bool has_same_ports (boost::shared_ptr<Bundle>) const;
uint32_t type_channel_to_overall (DataType, uint32_t) const;
+ uint32_t overall_channel_to_type (DataType, uint32_t) const;
void set_name (std::string const &);