dbrookman / trackrip

Extracts samples from various music tracker module formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Extracts samples from various music tracker module formats

License:MIT License


Languages

Language:Python 100.0%