Browse Source

* Applied patch from Lars Luthman to fix a missing parameter in the usage message of jack_midiseq

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1140 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.115.6
marco 17 years ago
parent
commit
0b3f886473
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/midiseq.c

+ 1
- 1
example-clients/midiseq.c View File

@@ -35,7 +35,7 @@ jack_nframes_t loop_index;
void usage()
{
fprintf(stderr, "usage: jack_midiseq name nsamp [startindex note nsamp] ...... [startindex note nsamp]\n");
fprintf(stderr, "eg: jack_midiseq 24000 0 60 8000 12000 63 8000\n");
fprintf(stderr, "eg: jack_midiseq Sequencer 24000 0 60 8000 12000 63 8000\n");
fprintf(stderr, "will play a 1/2 sec loop (if srate is 48khz) with a c4 note at the start of the loop\n");
fprintf(stderr, "that lasts for 12000 samples, then a d4# that starts at 1/4 sec that lasts for 800 samples\n");
}


Loading…
Cancel
Save