mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
This commit is contained in:
parent
df6680f45c
commit
4cd47cf253
4 changed files with 56 additions and 22 deletions
|
|
@ -64,6 +64,8 @@ public:
|
|||
VisibilityChanged ();
|
||||
}
|
||||
|
||||
bool has_port (std::string const &) const;
|
||||
|
||||
sigc::signal<void> VisibilityChanged;
|
||||
|
||||
private:
|
||||
|
|
@ -112,6 +114,7 @@ class PortGroupList : public std::list<PortGroup*>, public sigc::trackable
|
|||
|
||||
private:
|
||||
void maybe_add_session_bundle (boost::shared_ptr<ARDOUR::Bundle>);
|
||||
bool port_has_prefix (std::string const &, std::string const &) const;
|
||||
std::string common_prefix (std::vector<std::string> const &) const;
|
||||
void visibility_changed ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue