I’ve been working on an Ableton Live Extension for importing classic tracker .mod files into Live as editable MIDI/Simpler tracks.
It supports local .mod files and single ModArchive URL imports from https://modarchive.org/, extracts the samples, keeps as much of the tracker structure as possible, and shows a short import report with sample and effect information. It is not a full tracker file converter, but it is useful for bringing old MOD ideas into Ableton for editing and remixing.
Limitations: some tracker effects, especially pitch slides, vibrato, fine pitch changes, and full playback automation, cannot be recreated exactly yet because the current Extensions SDK does not expose everything needed for that. More SDK access to MIDI pitch bend and automation would make this much more powerful.
In the YoutTube demo I import “Beams of Light” by Walkman (Tor Bernhard Gausen), one of my favourite MODs from 1989. Around ten years later, in the late 1990s, it was covered by Hardy Hard as “Silversurfer”.
YouTube demo:
https://youtu.be/G9gPFr-1qkU
GitHub:
https://github.com/klingklangmatze/mod-importer-ableton-extension
Direct .ablx download:
https://github.com/klingklangmatze/mod-importer-ableton-extension/raw/main/MOD-Importer-1.0.0.ablx
I’ve been working on an Ableton Live Extension for importing classic tracker .mod files into Live as editable MIDI/Simpler tracks.
It supports local .mod files and single ModArchive URL imports from https://modarchive.org/, extracts the samples, keeps as much of the tracker structure as possible, and shows a short import report with sampl...