You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Cameron Cawley 905acddfda Improve the OpenWatcom makefiles 4 years ago
src add new xmp_version.h which defines VERSION if not already defined. 4 years ago
vc add new xmp_version.h which defines VERSION if not already defined. 4 years ago
.gitignore Support compiling for Windows with OpenWatcom 5 years ago
.travis.yml Add travis build file 12 years ago
COPYING Decouple xmp and libxmp 14 years ago
CREDITS Add AIFF file output driver 11 years ago
Changelog Update changelog 5 years ago
INSTALL Update documentation 11 years ago
Makefile.am miscellaneous watcom build updates. 5 years ago
Makefile.os2 Improve the OpenWatcom makefiles 4 years ago
Makefile.w32 Improve the OpenWatcom makefiles 4 years ago
README bump version to 4.2.0 4 years ago
autogen.sh Remove libtoolize from autogen 13 years ago
configure.ac bump version to 4.2.0 4 years ago
girl_from_mars.xm Update demo module 12 years ago

README





___ ___ ____________
\ \/ // ____ \
> <| Y Y \ |_> >
/__/\ __|_| / ___/
\_/ \/|_|
E x t e n d e d M o d u l e P l a y e r

Version 4.2


OVERVIEW

This is the Extended Module Player, a portable module player that plays
over 90 mainstream and obscure module formats, including Protracker MOD,
Fasttracker II XM, Scream Tracker 3 S3M and Impulse Tracker IT files.

Run xmp --help for a list of available options, or xmp -L to list the
supported module formats.


INTERACTIVE COMMANDS

The following single key commands can be used during the playback:

q, ESC => quit the player
f, Right-arrow => jump to next pattern
b, Left-arrow => jump to previous pattern
n, Up-arrow => jump to next module
p, Down-arrow => jump to previous module
Space => pause/unpause
1 to 0 => mute/unmute channels 1 to 10
! => unmute all channels
? => display available commands
X => display current mixer type
x => enable classic mixers
Z => display current sequence
z => toggle subsong explorer mode
l => toggle loop mode
m => display module information
i => display combined instrument/sample list
I => display instrument list
S => display sample list
c => display comment, if any
< => jump to previous sequence
> => jump to next sequence

Interactive mode can be disabled using the --nocmd command line option.


FEEDBACK

Send your comments and bug reports to xmp-devel@lists.sourceforge.net, or
directly to cmatsuoka@gmail.com.


LICENSE

Extended Module Player
Copyright (C) 1996-2022 Claudio Matsuoka and Hipolito Carraro Jr

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version. This program 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 for more
details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.