Browse Source

jackpatch: Don't attempt to make JACK connection when one of the ports doesn't exist yet.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
4d3e4ca4f1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      session-manager/src/jackpatch.c

+ 1
- 0
session-manager/src/jackpatch.c View File

@@ -355,6 +355,7 @@ connect_path ( struct patch_record *pr )
/* one of the ports doesn't exist yet... don't attempt
* connection, jack will just complain. */
printf( "Not attempting connection because one of the ports is missing.\n" );
return;
}

printf( "Connecting %s |> %s\n", srcport, dstport );


Loading…
Cancel
Save