wildmidi(1) WildMidi Player wildmidi(1)

wildmidi - example player for libWildMidi

libWildMidi

/etc/wildmidi/wildmidi.cfg

wildmidi [-bhlvwnst] [-c config-file] [-d audiodev] [-m volume-level] [-P playback-output] [-o file] [-f frequency-Hz(MUS)] [-r sample-rate] [-g convert-xmi-type] midifile ...

This is a demonstration program to show the capabilities of libWildMidi.

midifile can be a MIDI type file in the HMI, HMP, MIDI, MUS or XMI formats and is processed by libWildMidi and the resulting audio is output by the player.

You can have more than one midifile on the command line and wildmidi will pass them to libWildMidi for processing, one after the other. You can also use wildcards, for example: wildmidi *.mid

Turns on an 8 point reverb engine that adds depth to the final mix.
Uses the configuration file stated by config-file instead of /etc/wildmidi/wildmidi.cfg
Send audio to audiodev instead of the default device.
alsa : defaults to the system "default"
oss : defaults to "/dev/dsp"
netbsd : defaults to "/dev/audio"
Other environments do not support this option.
Displays command line options.
Use frequency F Hz for playback (MUS).
Convert XMI: 0 - No Conversion (default)
1 - MT32 to GM
2 - MT32 to GS
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.
Set the overall volume level to volume-level. The minimum is 0 and the maximum is 127, with the default being 100.
Set playback-output as playback output. See --help output for available playbacks.
Records output to a signed 16 bit stereo format wav file. Implies: -P wave
Set the audio output rate to sndrate. The default rate is 32072.
Round tempo to nearest whole number.
Skips any silence at the start of playback.
Display version and copyright information.
Convert a MUS or an XMI file to midi and save to file.

These options are not designed for general use. Instead these options are designed to make it easier to listen to specific sound samples.

Note: These options are not displayed by -h | --help

Set the test bank to N. Range is 0 to 127.
Set the test patch to N. Range is 0 to 127.
Plays the built in test midi which plays all 127 notes.

The player accepts limited user input that allows some interaction while playing midi files.

+
Turns the master volume up.
-
Turns the master volume down.
Turns enhanced resampling on and off.
Turns volume curves on and off.
Turns the final mix reverb on and off.
Play the next midi on the command line.
Save the currently playing file to a midi file. NOTE: This saves to the current directory.
Pause the playback. Note: since the audio is buffered it will stop when the audio buffer is empty.
.
Seek forward 1 second. Note: Clears active midi events and will only play midi events from after the new position.
,
Seek backwards 1 second. Note: Clears active midi events and will only play midi events from after the new position.
Quit wildmidi.

wildmidi.cfg(5)

Chris Ison <chrisisonwildcode@gmail.com> Bret Curtis <psi29a@gmail.com>

Copyright (C) WildMidi Developers 2001-2024

This file is part of WildMIDI.

WildMIDI is free software: you can redistribute and/or modify the player under the terms of the GNU General Public License and you can redistribute and/or modify the library under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the licenses, or(at your option) any later version.

WildMIDI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License and the GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License and the GNU Lesser General Public License along with WildMIDI. If not, see http://www.gnu.org/licenses/.

This manpage is licensed under the Creative Commons AttributionShare Alike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

21 November 2020