| Anthony Kozar wrote:
> Perhaps this has already been changed in Csound 5 though.
Yes, it is there. Any changes needed ?
static const char *shortUsageList[] = {
"--help\tprint long usage options",
"-U unam\trun utility program unam",
"-C\tuse Cscore processing of scorefile",
"-I\tI-time only orch run",
"-n\tno sound onto disk",
"-i fnam\tsound input filename",
"-o fnam\tsound output filename",
"-b N\tsample frames (or -kprds) per software sound I/O buffer",
"-B N\tsamples per hardware sound I/O buffer",
"-A\tcreate an AIFF format output soundfile",
"-W\tcreate a WAV format output soundfile",
"-J\tcreate an IRCAM format output soundfile",
"-h\tno header on output soundfile",
"-c\t8-bit signed_char sound samples",
#ifdef never
"-a\talaw sound samples",
#endif
"-8\t8-bit unsigned_char sound samples",
"-u\tulaw sound samples",
"-s\tshort_int sound samples",
"-l\tlong_int sound samples",
"-f\tfloat sound samples",
"-3\t24bit sound samples",
"-r N\torchestra srate override",
"-k N\torchestra krate override",
"-K\tDo not generate PEAK chunks",
"-v\tverbose orch translation",
"-m N\ttty message level. Sum of:",
"\t\t1=note amps, 2=out-of-range msg, 4=warnings",
"\t\t0/32/64/96=note amp format (raw,dB,colors)",
"\t\t128=print benchmark information",
"-d\tsuppress all displays",
"-g\tsuppress graphics, use ascii displays",
"-G\tsuppress graphics, use Postscript displays",
"-x fnam\textract from score.srt using extract file 'fnam'",
"-t N\tuse uninterpreted beats of the score, initially at tempo N",
"-t 0\tuse score.srt for sorted score rather than a temporary",
"-L dnam\tread Line-oriented realtime score events from device 'dnam'",
"-M dnam\tread MIDI realtime events from device 'dnam'",
"-F fnam\tread MIDIfile event stream from file 'fnam'",
/* "-P N\tMIDI sustain pedal threshold (0 - 128)", */
"-R\tcontinually rewrite header while writing soundfile (WAV/AIFF)",
"-H#\tprint a heartbeat style 1, 2 or 3 at each soundfile write",
"-N\tnotify (ring the bell) when score or miditrack is done",
"-T\tterminate the performance when miditrack is done",
"-D\tdefer GEN01 soundfile loads until performance time",
"-Q dnam\tselect MIDI output device",
"-z\tList opcodes in this version",
"-Z\tDither output",
#if defined(LINUX)
"--sched set real-time priority and lock memory",
" (requires -d and real time audio (-iadc/-odac))",
"--sched=N set specified scheduling priority, and lock memory",
" (requires -d and real time audio (-iadc/-odac))",
#endif
NULL
};
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk |