OSDN Git Service

Improve help text
authorStarg <starg@users.osdn.me>
Sat, 7 Mar 2020 16:57:47 +0000 (01:57 +0900)
committerStarg <starg@users.osdn.me>
Sat, 7 Mar 2020 16:57:47 +0000 (01:57 +0900)
timidity/timidity.c

index 0d84f0c..0b45182 100644 (file)
@@ -5832,8 +5832,10 @@ static int parse_opt_h(const char *arg)
 "               Enable the anti-aliasing filter",
 "  -B n,m     --buffer-fragments=n,m",
 "               Set number of buffer fragments(n), and buffer size(2^m)",
+#if 0
 "  -C n       --control-ratio=n",
 "               Set ratio of sampling and control frequencies (0...255)",
+#endif
 "  -c file    --config-file=file",
 "               Read extra configuration file",
 "  -D n       --drum-channel=n",
@@ -5951,6 +5953,9 @@ static int parse_opt_h(const char *arg)
 "             --rtsyn-latency=sec (for rtsyn only)",
 "               Set the realtime latency (sec)",
 "                 (default is 0.2 sec, minimum is 0.04 sec)",
+"             --rtsyn-skip-aq=n",
+"             --rtsyn-print-ports, --rtsyn-list",
+"               Print a list of MIDI ports and devices",
 #endif
 "  -j         --[no-]realtime-load",
 "               Realtime load instrument (toggle on/off)",
@@ -6015,6 +6020,8 @@ static int parse_opt_h(const char *arg)
 "                   n+1 point Sharp interpolation, n=2-8 (default 6)",
 "                 linearP:",
 "                   n=0-100 (default 100)",
+"  -n n       --polyphony-queue=n",
+"               Specify audio queue time limit to reduce polyphony",
 "  -O mode    --output-mode=mode",
 "               Select output mode and format (see below for list)",
 "             --wave-extensible (for RIFF WAVE file only)",
@@ -6212,12 +6219,16 @@ static int parse_opt_h(const char *arg)
 #endif /* __W32__ */
 "  -x str     --config-string=str",
 "               Read configuration str from command line argument",
+"  -Y n       --compute-buffer=n",
+"               Set the size of the compute buffer",
 "  -Z file    --freq-table=file",
 "               Load frequency table (Use \"pure\" for pure intonation)",
 "  pure<n>(m) --pure-intonation=n(m)",
 "               Initial keysig number <n> of sharp(+)/flat(-) (-7..7)",
 "                 'm' stands for minor mode",
 ///r
+"  --master-volume=n",
+"               Amplify output volume by n percent",
 "  --module=n",
 "               Simulate behavior of specific synthesizer module by n",
 "                 n=0       : TiMidity++ Default (default)",
@@ -6231,9 +6242,12 @@ static int parse_opt_h(const char *arg)
 "                   96-98   : SD series",
 "                   99-111  : other systhesizer modules",
 "                   112-127 : TiMidity++ specification purposes",
-" --mix-envelope=n",
-" --cut-short-time=msec",
-" --limiter=n (gain per)",
+"  --max-channel-voices=n",
+"               Set the manimum number of voices per channel",
+"  --mix-envelope=n",
+"  --modulation-update=n",
+"  --cut-short-time=msec",
+"  --limiter=n (gain per)",
 #ifdef SUPPORT_LOOPEVENT
 "  --loop-repeat=n",
 "               Set number of unwind repeat count",
@@ -6252,6 +6266,18 @@ static int parse_opt_h(const char *arg)
 "               Set number of divide multi-threads (0..16)",
 "                 (0..1 means single-thread, default is 0)",
 #endif /* ENABLE_THREAD */
+"  --load-all-instrument=n",
+"  --trace-mode-update-time=n",
+#ifdef INT_SYNTH
+"  --int-synth-rate=n",
+"               Set the sampling rate of the internal synthesizer",
+"  --int-synth-update=n",
+"  --int-synth-sine=n",
+"               Set the type of sine waves used by the internal synthesizer",
+"                 n=0: math function",
+"                   1: 10 bit table",
+"                   2: 10 bit table with linear interpolation",
+#endif
 "  --od-level-gs=n",
 "               Set GS overdrive-amplify-level (1..400:default=100)",
 "  --od-drive-gs=n",