• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H19-Jul-2016-5,0884,130

src/H19-Jul-2016-8,6066,236

COPYINGH A D21-Feb-201417.6 KiB341282

CREDITSH A D22-Nov-20141.5 KiB6847

ChangelogH A D19-Jul-20163.1 KiB9377

INSTALLH A D25-Nov-2014926 3824

Makefile.amH A D26-Sep-201484 62

Makefile.inH A D03-May-202224.1 KiB781688

READMEH A D16-Jul-20162.7 KiB7753

aclocal.m4H A D16-Jul-201651.2 KiB1,4291,294

configureH A D16-Jul-2016216.3 KiB7,5486,250

configure.acH A D16-Jul-20166.3 KiB239219

README

1
2
3
4
5                         ___  ___ ____________
6                         \  \/  //      ____  \
7                          >    <|  Y Y  \ |_>  >
8                         /__/\   __|_|  /  ___/
9                              \_/     \/|_|
10                E x t e n d e d   M o d u l e   P l a y e r
11
12			      Version 4.1
13
14
15OVERVIEW
16
17This is the Extended Module Player, a portable module player that plays
18over 90 mainstream and obscure module formats, including Protracker MOD,
19Fasttracker II XM, Scream Tracker 3 S3M and Impulse Tracker IT files.
20
21Run xmp --help for a list of available options, or xmp -L to list the
22supported module formats.
23
24
25INTERACTIVE COMMANDS
26
27The following single key commands can be used during the playback:
28
29         q, ESC       =>  quit the player
30     f, Right-arrow   =>  jump to next pattern
31      b, Left-arrow   =>  jump to previous pattern
32       n, Up-arrow    =>  jump to next module
33      p, Down-arrow   =>  jump to previous module
34           Space      =>  pause/unpause
35          1 to 0      =>  mute/unmute channels 1 to 10
36            !         =>  unmute all channels
37            ?         =>  display available commands
38            X         =>  display current mixer type
39            x         =>  enable classic mixers
40            Z         =>  display current sequence
41            z         =>  toggle subsong explorer mode
42            l         =>  toggle loop mode
43            m         =>  display module information
44            i         =>  display combined instrument/sample list
45            I         =>  display instrument list
46            S         =>  display sample list
47            c         =>  display comment, if any
48            <         =>  jump to previous sequence
49            >         =>  jump to next sequence
50
51Interactive mode can be disabled using the --nocmd command line option.
52
53
54FEEDBACK
55
56Send your comments and bug reports to xmp-devel@lists.sourceforge.net, or
57directly to cmatsuoka@gmail.com.
58
59
60LICENSE
61
62Extended Module Player
63Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
64
65This program is free software; you can redistribute it and/or modify it under
66the terms of the GNU General Public License as published by the Free Software
67Foundation; either version 2 of the License, or (at your option) any later
68version. This program is distributed in the hope that it will be useful, but
69WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
70FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
71details.
72
73You should have received a copy of the GNU General Public License along
74with this program; if not, write to the Free Software Foundation, Inc.,
7551 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
76
77