Menu

Tree [041ee9] master /
 History

HTTPS access


File Date Author Commit
 .github 2022-07-27 Cameron Cawley Cameron Cawley [f665ea] Add the Distribution packages workflow from libxmp
 src 2024-06-27 Cameron Cawley Cameron Cawley [2d1a99] Make the pmode array const
 vc 2022-09-14 Ozkan Sezer Ozkan Sezer [2a1552] move xmp_strdup() into a new util.c source module.
 .gitignore 2021-04-02 Cameron Cawley Cameron Cawley [d6e048] Support compiling for Windows with OpenWatcom
 COPYING 2012-02-11 Claudio Matsuoka Claudio Matsuoka [adfc0c] Decouple xmp and libxmp
 CREDITS 2014-11-23 Claudio Matsuoka Claudio Matsuoka [587b96] Add AIFF file output driver
 Changelog 2023-06-15 Ozkan Sezer Ozkan Sezer [dc7ee4] set 4.2.0 release date in changelogs.
 INSTALL 2014-11-25 Claudio Matsuoka Claudio Matsuoka [c151b6] Update documentation
 Makefile.am 2022-03-04 Ozkan Sezer Ozkan Sezer [7dc7d5] include autogen.sh and vc/* with 'make dist'
 Makefile.dos 2022-09-14 Ozkan Sezer Ozkan Sezer [6b018d] check and conditionally include sys/types.h, sy...
 Makefile.os2 2022-09-14 Ozkan Sezer Ozkan Sezer [6b018d] check and conditionally include sys/types.h, sy...
 Makefile.w32 2022-09-14 Ozkan Sezer Ozkan Sezer [6b018d] check and conditionally include sys/types.h, sy...
 README 2022-04-27 Misty De Meo Misty De Meo [c6e4d4] manpage/README: remove non-existent option
 autogen.sh 2013-05-22 Claudio Matsuoka Claudio Matsuoka [889076] Remove libtoolize from autogen
 configure.ac 2022-10-10 Ozkan Sezer Ozkan Sezer [20fa2b] small updates to configure.ac
 girl_from_mars.xm 2014-09-26 Claudio Matsuoka Claudio Matsuoka [2bb8e7] Update demo module
 watcom.mif 2022-09-14 Ozkan Sezer Ozkan Sezer [2a1552] move xmp_strdup() into a new util.c source module.

Read Me




                         ___  ___ ____________  
                         \  \/  //      ____  \ 
                          >    <|  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
            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.