mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
JackPort::connect() fixup from torben
git-svn-id: svn://localhost/ardour2/branches/3.0@3825 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9f3b11444b
commit
f387fef0c0
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ class JackPort : public virtual Port, public PortConnectableByName {
|
|||
int reconnect ();
|
||||
|
||||
int connect (Port& other) {
|
||||
if( _flags & IsOutput ) {
|
||||
return 0;
|
||||
}
|
||||
return connect (other.name());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue