summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/bundle.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-24 15:21:22 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-24 15:21:22 +0000
commit4cd47cf253ada6218c13b9a4127834cf4a26ce3d (patch)
tree78c2ba010eb4ac09b1d42443bb05ef383730b41c /libs/ardour/ardour/bundle.h
parentdf6680f45c4fc411364768ce75830ce0ee2085a2 (diff)
Gather all ardour: ports so that a few more things are found to put in the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@4439 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 8b1af39e75..f9971ddf15 100644
--- a/libs/ardour/ardour/bundle.h
+++ b/libs/ardour/ardour/bundle.h
@@ -90,6 +90,7 @@ class Bundle : public sigc::trackable
void remove_port_from_channel (uint32_t, std::string);
bool port_attached_to_channel (uint32_t, std::string);
bool uses_port (std::string) const;
+ bool offers_port_alone (std::string) const;
void remove_channel (uint32_t);
void remove_channels ();