Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.46 KB

README.md

File metadata and controls

46 lines (37 loc) · 2.46 KB

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