Browse Source

revert test case from fltk_client

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@113 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd 24 years ago
parent
commit
7bb8946e6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fltk_client.cc

+ 1
- 1
fltk_client.cc View File

@@ -86,7 +86,7 @@ main (int argc, char *argv[])
fprintf (stderr, "cannot connect input ports\n");
}

if (jack_connect (client, jack_port_name (output_port), "alsa_pcm:out_2")) {
if (jack_connect (client, jack_port_name (output_port), "alsa_pcm:out_1")) {
fprintf (stderr, "cannot connect output ports\n");
}



Loading…
Cancel
Save