Skip to content

bmosley/MilkyTracker

 
 

Repository files navigation

About
=====

MilkyTracker is an 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.

Refer to http://milkytracker.org/?about for further details.


Notes on building MilkyTracker
==============================

There are currently 3 different build systems being actively maintained:

- OSX: XCode (Cocoa and SDL variants)
- Unix: Autoconf/Automake (using SDL 2)
- Windows: Visual Studio (DevCPP has been used for older releases)

IDE project files can be found in the 'platforms' directory.  The
remainder of this document describes the Autoconf/Automake build
system.

If you have obtained the MilkyTracker sources from the version control
repository, the autotools generated files (INSTALL, configure, etc) will
be missing. To obtain these either generate them using 'autoreconf -i'
(requires autoconf/automake to be installed) or obtain them from the
release package.

See INSTALL for a more general explanation of how 'configure' works.

You will also need to obtain RTAudio and RTMidi, which we provide as git
submodules. To do this, 'cd' to the MilkyTracker source directory and use:

 $ git submodule init
 $ git submodule update

The configure scripts try to check for everything needed and will also
auto-detect ALSA and JACK adding support automatically; However, this
behaviour can be over-ridden using the following arguments to configure:

 --with-alsa | --with-jack
   Force build to use alsa/jack, build will fail if not found.
 --without-alsa | --without-jack
   Disable alsa/jack support.

Note that the configure scripts plus associated Makefiles are designed
to build the SDL version of MilkyTracker only.


Dependencies
============

To build MilkyTracker you will need the following development libraries:

- ALSA (optional)
- JACK (optional)
- SDL
- libz

Note to package maintainers: MilkyTracker contains an internal copy of
libzzip that has been modified for use with MilkyTracker; An externally
linked libzzip will not work correctly (ZIP support will be broken).

About

An FT2 compatible music tracker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.7%
  • C 4.4%
  • Objective-C++ 0.7%
  • Objective-C 0.4%
  • Makefile 0.3%
  • HTML 0.2%
  • Other 0.3%