Browse Source

simple_client_timestamps

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
a7ea8bdc37
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      example-clients/simple_client1.c

+ 0
- 8
example-clients/simple_client1.c View File

@@ -183,13 +183,6 @@ main (int argc, char *argv[])
* it.
*/

ports = jack_get_ports (client, NULL, NULL,
JackPortIsPhysical|JackPortIsInput);
if (ports == NULL) {
fprintf(stderr, "no physical playback ports\n");
exit (1);
}

if (jack_connect (client, jack_port_name (output_port1), "meter:in")) {
fprintf (stderr, "cannot connect output ports\n");
}
@@ -198,7 +191,6 @@ main (int argc, char *argv[])
fprintf (stderr, "cannot connect output ports\n");
}

jack_free (ports);

/* install a signal handler to properly quits jack client */
#ifdef WIN32


Loading…
Cancel
Save