Summary

On this page you can download Digital-scratch as source code package and find instructions about where to find Ubuntu binary packages.

Digital-scratch v 1.0.0 - Integration with Mixxx 1.5.0 (2007/09/22)

Documentation to compile is in INSTALL file.

  • Source code of libdigital-scratch-1.0.0: digital-scratch-1.0.0.tar.gz
  • Source code of digital-scratch-mixxx-1.5.0: digital-scratch-mixxx-1.5.0.tar.gz
  • Ubuntu Feisty:
    • source: deb http://download.gna.org/dscratch/ubuntu/ feisty/
    • digital-scratch-1.0.0 library: libdigitalscratch1
    • digital-scratch-1.0.0 library + development files: libdigitalscratch-dev
    • mixxx 1.5.0 player + digital-scratch-1.0.0 library: mixxx-digitalscratch
  • Ubuntu Hardy:
    • source: deb http://download.gna.org/dscratch/ubuntu/ hardy/
    • digital-scratch-1.0.0 library: libdigitalscratch1
    • digital-scratch-1.0.0 library + development files: libdigitalscratch-dev
    • mixxx 1.5.0 player + digital-scratch-1.0.0 library: mixxx-digitalscratch

Digital-scratch v 0.0.3, Alsaplayer support (2005/12/22)

Documentation to compile is in INSTALL file.

Digital-scratch v 0.0.2, Alsaplayer support (2005/11/18)

This version can only drive Alsaplayer. Documentation to compile is in INSTALL file. No binary for the moment.

  • digital-scratch-0.0.2.tar.gz
  • ./configure --enable-alsaplayer --enable-alsa --enable-oss --enable-jack (you can choose between 3 apis)
  • make
  • cd src
  • ./digital-scratch -d hw:x -n 0 -s rtaudio_alsa final_scratch (if it is compiled with ALSA support, more infos with ./digital-scratch --help) hw:x is the ALSA card address
  • alsaplayer -d hw:x -n 0 -s alsaplayer_session_name (more infos with alsaplayer --help)

Digital-scratch v 0.0.1 + Mixxx v1.4.2 (2005/09/29)

An "alpha" version to link with Mixxx v1.4.2. No binary for the moment, must compile Mixxx and Digital-scratch.

Documentation is in INSTALL file.