diff options
author | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2015-02-22 13:11:11 +0100 |
---|---|---|
committer | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2015-02-22 13:11:11 +0100 |
commit | 72e8838da2f4c7693f50a39032e19c8210b0a267 (patch) | |
tree | 83ec15e5b9acb90b8ae7d485d18b48cd2e7e6247 /man/drumgizmo.1 | |
parent | f911543bd7b565953cb2609506925460d3b53dcd (diff) |
Minor corrections to examples and default values
Diffstat (limited to 'man/drumgizmo.1')
-rw-r--r-- | man/drumgizmo.1 | 6 |
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 |