Skip to content

dbrookman/trackrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trackrip

(tracker-rip)

Extracts samples from various music tracker module formats.

  • Currently supports the following formats:
    • MOD
    • S3M
    • IT
    • XM
    • UMX (containing any of the above)
  • Embeds sample loop parameters from the module into exported WAV files.

Installation

pip3 install trackrip

Alternatively, you can download the source and run:

python3 setup.py install

Usage

trackrip <module_file>

Useful Links

ProTracker MOD Format

Scream Tracker 3 S3M Format

Impulse Tracker IT Format

FastTracker 2 XM (Extended Module) Format

Unreal Engine UMX Container Format