Skip to content

Commit

Permalink
more more corrections to wildmidi.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 3, 2014
1 parent 021554a commit 623bbf3
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/man/man1/wildmidi.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wildmidi \- example player for libWildMidi
.B /etc/wildmidi/wildmidi.cfg
.PP
.SH SYNOPSIS
.B wildmidi [\-behlv] [\-c \fIconfig\-file\fB] [\-d \fIaudio\-device\fB] [\-m \fIvolume\-level\fB] [\-o \fIwav\-file\fB] \fImidifile ...
.B wildmidi [\-behlvwn] [\-c \fIconfig\-file\fB] [\-d \fIaudiodev\fB] [\-m \fIvolume\-level\fB] [\-o \fIwav\-file\fB] \fImidifile ...
.PP
.SH DESCRIPTION
This is a demonstration program to show the capabilities of libWildMidi.
Expand All @@ -22,13 +22,13 @@ You can have more than one \fImidifile\fB on the command line and \fBwildmidi\fP
.IP "\fB\-b\fP | \fB\-\-reverb\fP"
Turns on an 8 point reverb engine that adds depth to the final mix.
.P
.IP "\fB\-c\fP \fIconfig\-file\fP | \fB\-\-config_file\fP \fIconfig\-file\fP"
Uses the configuration file stated by \fIconfig\-file\fP instead of /etc/wildmidi.cfg
.IP "\fB\-c\fP \fIconfig\-file\fP | \fB\-\-config\fP \fIconfig\-file\fP"
Uses the configuration file stated by \fIconfig\-file\fP instead of /etc/wildmidi/wildmidi.cfg
.PP
.IP "\fB\-d\fP \fIaudio\-device\fP | \fB\-\-device=\fIaudio\-device\fP"
Send the audio to \fIaudio\-device\fP instead of the default. ALSA defaults to the system "default" while OSS defaults to "/dev/dsp". Other environments do not support this option.
.IP "\fB\-d\fP \fIaudiodev\fP | \fB\-\-device=\fIaudiodev\fP"
Send the audio to \fIaudiodev\fP instead of the default. ALSA defaults to the system "default" while OSS defaults to "/dev/dsp". Other environments do not support this option.
.PP
.IP "\fB\-e\fP | \fB\-\-enhanced_resample\fP"
.IP "\fB\-e\fP | \fB\-\-enhanced\fP"
Switches to a gauss based resampling algorithm which can improve the shape of the sound.
.PP
.IP "\fB\-h\fP | \fB\-\-help\fP"
Expand All @@ -37,7 +37,7 @@ Displays command line options
.IP "\fB\-l\fP | \fB\-\-log_vol\fP"
Some MIDI files have been recorded on hardware that uses a volume curve, making them sound really badly mixed on other MIDI devices. Use this option to use volume curves.
.PP
.IP "\fB\-m\fP \fIvolume\-level\fP | \fB\-\-master_volume=\fIvolume\-level\fP"
.IP "\fB\-m\fP \fIvolume\-level\fP | \fB\-\-mastervol=\fIvolume\-level\fP"
Set the overall volume level to \fIvolume\-level\fP. The minimum is 0 and the maximum is 127, with the default being 100.
.PP
.IP "\fB\-o\fP \fIwav\-file\fP | \fB\-\-wavout=\fIwav\-file\fP"
Expand All @@ -46,6 +46,12 @@ Records the audio in wav format to \fIwav-file\fP.
.IP "\fB\-r\fP \fIsndrate\fP | \fB\-\-rate=\fIsndrate\fP"
Set the audio output rate to \fIsndrate\fP. The default rate is 32072.
.PP
.IP "\fB\-w\fP | \fB\-\-wholetempo\fP"
Round down tempo to whole number
.PP
.IP "\fB\-n\fP | \fB\-\-roundtempo\fP"
Round tempo to nearest whole number
.PP
.IP "\fB\-v\fP | \fB\-\-version\fP"
Display version and copyright information
.PP
Expand Down

0 comments on commit 623bbf3

Please sign in to comment.