Note that LADSPA support is experimental currently so this page is intended mainly for developers.
Required packages: ladspa-sdk
Compiling Mixxx with LADSPA support:
scons ladspa=1
If you're updating from a previous version of Mixxx, you'll need to reinstall the skins (as root):
rm -Rf /usr/local/share/mixxx/skins scons install
(the directory can be different, e.g. /usr/share/mixxx)
You'll also need some presets. Just download ladspa_presets.tar.bz2 and extract the directory ladspa_presets to your Mixxx share directory (as root):
tar -C /usr/local/share/mixxx/ -xjf ladspa_presets.tar.bz2
I'm not sure if Debian package names are correct.
| Preset | Plugin(s) | Library | Debian package | Gentoo package | Homepage |
|---|---|---|---|---|---|
| Compressor | Compress | caps.so | caps | caps-plugins | http://quitte.de/dsp/caps.html |
| PlateReverb | Plate2x2 | caps.so | caps | caps-plugins | http://quitte.de/dsp/caps.html |
| Delay5s | delay_5s | cmt.so or delay.so | cmt | ladspa-cmt | http://www.ladspa.org/cmt |
| DJFlanger | djFlanger | dj_flanger_1438.so | swh-plugins | swh-plugins | http://plugin.org.uk |
| Karaoke | karaoke | karaoke_1409.so | swh-plugins | swh-plugins | http://plugin.org.uk |
The LADSPA window is hidden by default. You can enable it by activating LADSPA > Show LADSPA window from the menu.
Currently the following skins are supported: outlineSmall, outline, outlineClose, traditional, hercules, nCut, Collusion (1280), Collusion (1280-WS).