From 1f12a44a6543e344f8bdba1812ebf0f7c694ff79 Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 12 Feb 2015 21:25:26 +0100 Subject: EXAMPLES section is wrong, but everything else should be correct --- man/drumgizmo.1 | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/drumgizmo.1 b/man/drumgizmo.1 index 36968fd..3472ddc 100644 --- a/man/drumgizmo.1 +++ b/man/drumgizmo.1 @@ -15,7 +15,7 @@ DrumGizmo uses an open drumkit file format, allowing the community to create the .SH "OPTIONS" .TP \fB-p, --preload -Load entire kit audio files into memory (uses ALOT of memory). +Load entire kit audio files into memory (uses A LOT of memory). .TP \fB-i, --inputengine \fR{dummy|test|jackmidi|midifile} Use said event input engine. @@ -23,12 +23,55 @@ Use said event input engine. \fB-I, --inputparms parmlist Set input engine parameters. .TP -\fB-o, --outputengine \fR{dummy|alsa|jack|sndfile} +.SS +\fBjackmidi: +midimap= +.TP +.SS +\fBmidifile: +file=, speed= (default 1.0) +.br +track= (default -1, all tracks) +.br +midimap=, loop= +.TP +.SS +\fBtest: +p= (default 0.1) +.br +instr= (default -1, random instrument) +.br +len= (default -1, forever) +.TP +.SS +\fBdummy: +.TP +\fB-o, --outputengine \fR{dummy|alsa|jackaudio|wavfile} Use said audio output engine. .TP \fB-O, --outputparms parmlist Set output engine parameters. .TP +.SS +\fBalsa: +dev= (default 'default') +.br +frames= (default 32) +.br +srate= (default 441000) +.TP +.SS +\fBwavfile: +file= (default 'output') +.br +srate= (default 44100) +.TP +.SS +\fBjackaudio: +.TP +.SS +\fBdummy: +.TP \fB-e, --endpos Number of samples to process, -1: infinite. .TP @@ -40,6 +83,14 @@ Print command line help and exit. .TP \fB\fIdrumkitfile Load the drumkitfile. +.El +.Sh "EXAMPLES" +Render midifile to wav files: +.Bb -literal -offset indent -compact +drumgizmo -p -i midifile -I file=file.mid,midimap=midimap.xml -o wavfile -O file=file.wav drumkit.xml +.Ed +Recieve midi from Jack and send audio output to speakers: +drumgizmo -p -i jackmidi -I midimap=midimap.xml -o jackaudio drumkit.xml .SH "BUGS" Report bugs to http://www.drumgizmo.org/wiki/doku.php?id=bugs. -- cgit v1.2.3