From 67ec646a42b8b9e851c693effbdce18327b67501 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 10 Feb 2011 18:15:12 +0100 Subject: Added help text --- synth/helpstring.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 synth/helpstring.h (limited to 'synth/helpstring.h') diff --git a/synth/helpstring.h b/synth/helpstring.h new file mode 100644 index 0000000..4c49da5 --- /dev/null +++ b/synth/helpstring.h @@ -0,0 +1,35 @@ +#define HELPSTRING \ +"Usage: ./synth [OPTIONS]\n"\ +" -h show this help text\n"\ +" -V show the version number\n"\ +"\n"\ +" -v be verbose\n"\ +" -q be quiet\n"\ +" -F --fatal-warnings make warnings fatal\n"\ +"\n"\ +" -c --conf(ig) FILE load the given config file\n"\ +" -d --dir(ectory) DIR read that directory\n"\ +" -p --program N:FILE load FILE at program number N\n"\ +"\n"\ +" -f --frameskip N only do every Nth frame\n"\ +" -x --xruns N:T kill all voices when N xruns or more \n"\ +" happen in T seconds\n"\ +"\n"\ +" --filter-update-freq FREQ how often the filter settings, the lfo-\n"\ +" --lfo-update-freq FREQ or envelope-current-values get updated\n"\ +" --env(elope)-update-freq FREQ (low -> less accurate, but faster)\n"\ +" -i --cleanup-interval N try cleaning up notes every N seconds\n"\ +"\n"\ +" --lfoN-freq --snh-freq set frequency for lfos or the sample-and-\n"\ +" --sample-and-hold-freq hold-generator\n"\ +" --max-port TIME set the maximum settable portamento time\n"\ +" --max-port(amento)-time (a MIDI value of 127 corresponds to this)\n"\ +"\n"\ +" -a --{no|dont}-connect- don't automatically connect the output\n"\ +" audio(-out) ports to the speakers\n"\ +" -m --{no|dont}-connect- don't automatically connect the output\n"\ +" midi(-in) ports to midi devices\n"\ +"\n"\ +" -w --{no|dont}-watch- turn off watching files for changes\n"\ +" files \n"\ +"" -- cgit v1.2.3