-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Ladspa
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 |
Mixxx is a free and open-source DJ software.
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Creating Skins
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS
HID Scripting