https://github.com/swh/ladspa
The SWH Plugins package for the LADSPA plugin system
https://github.com/swh/ladspa
Last synced: about 1 year ago
JSON representation
The SWH Plugins package for the LADSPA plugin system
- Host: GitHub
- URL: https://github.com/swh/ladspa
- Owner: swh
- License: gpl-2.0
- Created: 2008-11-30T10:40:21.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T15:01:49.000Z (about 2 years ago)
- Last Synced: 2025-03-30T05:07:57.587Z (over 1 year ago)
- Language: C
- Homepage: http://plugin.org.uk/
- Size: 1 MB
- Stars: 234
- Watchers: 19
- Forks: 52
- Open Issues: 18
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-linuxaudio - swh-plugins - Steve Harris's LADSPA plugins ([◼](https://packages.debian.org/sid/swh-plugins)) `▒` (Software / Collections)
README
Compiling
~~~~~~~~~
You will need libfftw version 2 or 3 installed with 32 bit float support (eg.
for FFTW3 use --enable-float), for FFTW recommend you specify the appropriate
SIMD instruction set for your CPU with --enable-sse, --enable-sse2, --enable-k7
or --enable-altivec. You can get FFTW from http://www.fftw.org/.
Install with
autoreconf -i
./configure
make
su -c "make install".
This code is normally built from XML source, using Perl and XML::Parser. I
distribute the generated .c files, so you wont need perl, but if you want to
edit the XML source then you will need a copy of Perl and XML::Parser
installed.
Homepage and docs
~~~~~~~~~~~~~~~~~
The homepage for this project is http://plugin.org.uk/
Bug reports
~~~~~~~~~~~
Please send bug reports or comments to steve@plugin.org.uk, except for bugs
relating to the gverb plugin, for that please send bug reports etc. to Juhana
Sadeharju, kouhia_at_nic.funet.fi.
Enjoy,
Steve