MilkyTracker

Site: http://www.milkytracker.org/

Version: 0.90.80

License: GNU GPL v3

MilkyTracker is an open source, multi-platform music application for creating .MOD and .XM module files. It attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved Amiga ProTracker 2/3 compatibility.

Download

Building from source

http://milkytracker.org/files/milkytracker-0.90.80.tar.bz2

Untar this file.

Edit the file "./src/tracker/sdl/SDL_Main.cpp"

Remove or disable line 753.

exactly this:

act.sa_handler = crashHandler;

Save your changes

Edit the file "./src/tracker/sdl/SDL_KeyTranslation.cpp"

Look for the line: "boot stdKb = true;"

Replace true by false

Save your changes

Type make

Then type make install

Type milkytracker to launch the soundtracker