summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2015-02-22 13:11:11 +0100
committerLars Bisballe Jensen <larsbisballe@gmail.com>2015-02-22 13:11:11 +0100
commit72e8838da2f4c7693f50a39032e19c8210b0a267 (patch)
tree83ec15e5b9acb90b8ae7d485d18b48cd2e7e6247 /man
parentf911543bd7b565953cb2609506925460d3b53dcd (diff)
Minor corrections to examples and default values
Diffstat (limited to 'man')
-rw-r--r--man/drumgizmo.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/drumgizmo.1 b/man/drumgizmo.1
index ad9b1f2..e14f7fe 100644
--- a/man/drumgizmo.1
+++ b/man/drumgizmo.1
@@ -67,7 +67,7 @@ dev=<device> (default 'default')
.P
frames=<frames> (default 32)
.P
-srate=<samplerate> (default 441000)
+srate=<samplerate> (default 44100)
\fBwavfile:\fR
.P
@@ -82,7 +82,7 @@ srate=<samplerate> (default 44100)
.RE
\fB-e, --endpos\fR
.RS 7
-Number of samples to process, -1: infinite.
+Number of samples to process, (default -1: infinite)
.RE
\fB-v, --version\fR
@@ -103,7 +103,7 @@ Load the drumkitfile.
.SH "EXAMPLES"
\fBRender midifile to wav files:\fR
.RS 7
-drumgizmo -i midifile -I file=file.mid,midimap=midimap.xml -o wavfile -O file=file.wav drumkit.xml
+drumgizmo -i midifile -I file=file.mid,midimap=midimap.xml -o wavfile -O file=prefix drumkit.xml
.RE
\fBRecieve midi from Jack and send audio output to speakers:\fR
.RS 7