Mixxx - version 1.5.2

* HOMEPAGE *************************************************
http://mixxx.sourceforge.net


* ABOUT ****************************************************
Mixxx is software created for DJ'ing. You can use wave based
audio files, Ogg Vorbis and MP3 files as audio input. Mixxx
can be controlled through the GUI and with external 
controllers including MIDI devices, joysticks and more.
This release works on Linux, Windows and MacOS X.

Mixxx is released under GPL v2. See LICENSE file in this 
directory for a copy of the licence.


* NEWS *****************************************************
New since 1.5.0:
- Several important stability improvements

New since 1.4.2:
- Splash screen
- Support for manual beat marks
- Waveform overview displays
- Pitch independent time stretch using SoundTouch
- Faster parsing of MP3 files, and correct handling of MP3
  files with embedded images
- Bug fixes: Simple visual display works again, crash at
  exit, sane default setting of sample rate.
- Loading tracks with left-clicking in playlist.
- Fixed headphone channel
- Overhauled audio code using PortAudio-v19
- Cue button is easier to use now

* INSTALL **************************************************
Mixxx has the following dependencies:
- fftw
- libid3tag
- libmad
- libogg
- libvorbis
- libvorbisfile
- libaudiofile
- PortAudio-v19 (new for Mixxx 1.5.0)
- QT3
- libjack (now required)

NOTE: If you want JACK support in Mixxx, make sure you 
compile PortAudio-v19 with JACK support first.

To build on Linux, you usually need to set your QTDIR first.
Eg. 
   $ export QTDIR=/usr/share/qt3

Then you'd run something like:

   $ cd src
   $ ./configure --prefix=/usr

then

   $ make
   $ ../install.pl

* USAGE ****************************************************
Please see manual, included in this directory, 
Mixxx-Manual.pdf.

* CONTACT **************************************************
To contact the lead developer, send an email to 
adam_d@users.sourceforge.net or subscribe to 
mixxx-devel@lists.sourceforge.net and send a message to the 
list.

* QT *******************************************************
On some platforms, Mixxx may come with a pre-built copy of 
Qt, built from sources provided by the Q../Free project.
This code is licensed under the GPL and source for this
library may be obtained from:

    http://sourceforge.net/projects/qtwin

* Microsoft Runtimes ***************************************
On Microsoft platforms, Mixxx may come with runtime dlls
copyright of Microsoft. These are distributed for the
purpose of allowing Mixxx to run only as per the license
agreement for Visual Studio 2005.
