Skip to content

Martysh12/YAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Module Player

Simple but cool-lookin' module player written in pure C.

History

YAMP (or "modplay") was originally made on my phone to test libmodplug.
After succeeding, I started adding more and more features (like argument parsing using argp, song information, UIs and libopenmpt).
Eventually I realized that this is a pretty cool project, so I converted the folder to a git repo and uploaded it to GitHub.

Building

To build YAMP, create a directory named build inside the repository, and enter it:

mkdir build
cd build

Create a Makefile using cmake:

cmake ..

And now compile it:

make

Usage

To play a file, just execute yamp module_file.mod. For help with different arguments, run yamp --help.

Screenshots