X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Fjacktest.c;h=62a6a083760f526287326cfbda96f94c82fd6de0;hb=dac57703ccd7205ac94c14b407b802a69f4187f1;hp=a0b97400b7ccbbb399638458d923c4d593a0d6ee;hpb=d09f6b3016bacbc2871a8946cbb24ad705076509;p=ardour.git diff --git a/tools/jacktest.c b/tools/jacktest.c index a0b97400b7..62a6a08376 100644 --- a/tools/jacktest.c +++ b/tools/jacktest.c @@ -36,11 +36,11 @@ process (jack_nframes_t nframes, void *arg) out = jack_port_get_buffer (output_port, nframes); memcpy (out, in, sizeof (jack_default_audio_sample_t) * nframes); - + for (i = 0; i < loopsize; ++i) { fooey (nframes); } - + last_load = jack_cpu_load (client); if ((at_loop += nframes) >= at_loop_size) { @@ -73,7 +73,7 @@ process (jack_nframes_t nframes, void *arg) exit (0); } - return 0; + return 0; } /** @@ -182,7 +182,7 @@ main (int argc, char *argv[]) } free (ports); - + ports = jack_get_ports (client, NULL, NULL, JackPortIsPhysical|JackPortIsInput); if (ports == NULL) {