Coder Social home page Coder Social logo

jcowgill / milkytracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from milkytracker/milkytracker

0.0 2.0 0.0 8.5 MB

An FT2 compatible music tracker

Home Page: http://milkytracker.org/

License: GNU General Public License v3.0

Makefile 0.26% M4 0.14% Java 0.09% C 4.43% C++ 93.66% Shell 0.03% Objective-C 0.43% Python 0.11% HTML 0.19% Objective-C++ 0.67%

milkytracker's Introduction

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).

milkytracker's People

Contributors

deltafire avatar dwhinham avatar luckcolors avatar aardvarkk avatar neuschaefer avatar puzzlehacktx15 avatar bazz1tv avatar btuduri avatar ravualhemio avatar

Watchers

James Cloos avatar James Cowgill avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.