Giter Club home page Giter Club logo

ladspa's Introduction

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 [email protected], 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

ladspa's People

Contributors

colin-m-fletcher avatar danwin avatar davidhealey avatar gnif avatar hartwork avatar jobs62 avatar johanneslorenz avatar nobry avatar rossgammon avatar rossmaxx avatar swh avatar tartina avatar toots avatar trebmuh avatar tresf avatar x42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ladspa's Issues

Loudness contour correction plug in

Hi Steve,

I'm thinking to talk to you as you're very experimented on audio plugin and also after extensive search, I can't find any reference to "loudness" correction (physiological) (as standard radio, amplifier).

So my question : Is somebody implement a loudness correction as a plugin that I can use in pulseaudio ?

https://en.wikipedia.org/wiki/Equal-loudness_contour

So, I don't know how to implement it and it seems rather hard. The aim is to design frequency dependent correction and also depending on SPL pressure to compensate loss of sensitivity of human ear at low SPL.

How to create Impulse header files?

Hi @swh , I tried contacting you through your public email, but i got a not sent error, anyway I have the general understanding on the structure of the .h files ( the impulses ) i can build a renamed copy of one of your originals and get it to work within the plugin no problem, my problem is i cannot for the life of me create the actual "array"? data e.g -0.0000747256300, +0.0004581413362, -0.0004988051100, +0.0080212860617, from my mono audio files. I have tried sox, audacity and wav2c so far.
It would be greatly appreciated if you can point me in the right direction ...

thanks Mikobuntu ;)

Compilation problems on RHEL6

I'm trying to compile the commit: 58e05da on RHEL6, but I get the following error at make time:

/bin/sh ./libtool --tag=CC --mode=link gcc -I/home/passerim/Apps/fftw/3.3.4/include -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -module -avoid-version -Wc,-nostartfiles -o mbeq_1197.la -rpath /home/passerim/Apps/swhladspa/swh/lib/ladspa mbeq_1197_la-mbeq_1197.lo -L/home/passerim/Apps/fftw/3.3.4/lib -lfftw3f -lrt -lm -lm -lm
libtool: link: unsupported hardcode properties
libtool: link: See the libtool documentation for more information.
libtool: link: Fatal configuration error.
make[2]: *** [mbeq_1197.la] Error 1
make[2]: Leaving directory /home/passerim/Apps/swhladspa/git/ladspa' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/passerim/Apps/swhladspa/git/ladspa'
make: *** [all] Error 2

I have this version of libtool:
$ rpm -qa | grep libtool
libtool-ltdl-2.2.6-15.5.el6.i686
libtool-2.2.6-15.5.el6.x86_64
libtool-ltdl-2.2.6-15.5.el6.x86_64

And gcc:
$ rpm -qa | grep gcc
gcc-gfortran-4.4.7-11.el6.x86_64
libgcc-4.4.7-11.el6.x86_64
gcc-4.4.7-11.el6.x86_64
libgcc-4.4.7-11.el6.i686
gcc-c++-4.4.7-11.el6.x86_64

Any idea of what's going wrong?

A new release?

The last release was 4.5+ years ago.
Since then there were a few fixes and improvements committed to the codebase, so it might be worthwhile to make a new release.

Thanks.

Would Steve Harris consider updating/removing email address/contact ?

Hi. When I need support about swh plugins, I mostly use the documentation PDF. From there I sometimes do external research/reading. Other times I ask other users, but really, there are occassions when contacting the author directly seems like the fastest way to get an answer. This is only occasional though.

The email address in the website doesn't work. Apparently Steve Harris is here, so maybe it would be good for him to link to github instead of [email protected], or in the case he doesn't want users to contact him he could just remove the email address and suggest other things.
That would be respectable

I wanted to ask about a SC compressors trick, but apparently the "issues" here deal with more technical, development related stuff. So instead I would like to know what is a good e.g. forum when there is knowledgeable people about Steve Harris' ladspa plugins, or even Steve himself under a different name and where I can ask about the plugins and situations?

Thank you and sorry if this doesn't belong here.

Do not depend on control inputs in XX_activate

LADSPA API does encourage but not enforce connecting control inputs before the activate call. This leads to undefined behaviour or even segmentation faults (use of uninitialised memory) when using most of these plugins in an ALSA chain.

Fix is possible by a small fix in alsa (call activate as late as possible) but the real issue lies here...

compilation fails on nixos

Not sure what the problem is.
Here is the output:

installing ‘swh-plugins-git-2015-03-04’
these derivations will be built:
/nix/store/2m049mwl9l6adwinxq0g5v9dlz5s2wkh-swh-plugins-git-2015-03-04.drv
building path(s) ‘/nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04’
building /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04
unpacking sources
unpacking source archive /nix/store/d94f2iap1vlknhzjpd1y3si16waar63b-git-export
source root is git-export
patching sources
patching script interpreter paths in .
./timetest/timetest: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./timetest/timecmp: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./timetest/autotimetest.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./metadata/txt2scale.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./metadata/lxml2rdf.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./intl/config.charset: interpreter directive changed from " /bin/sh" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
./impulses/scale.pl: interpreter directive changed from "/usr/bin/perl" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl "
./impulses/reorder.pl: interpreter directive changed from "/usr/bin/perl" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl "
./impulses/mkall-h.sh: interpreter directive changed from "" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
./docs/makedocs.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./docs/addstyle.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./mkspec.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./missing: interpreter directive changed from " /bin/sh" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
./makestub.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./install-sh: interpreter directive changed from "/bin/sh" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
./depcomp: interpreter directive changed from " /bin/sh" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
./compile: interpreter directive changed from " /bin/sh" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
./bozosoity-checker.pl: interpreter directive changed from "/usr/bin/perl -w" to "/nix/store/p0kbl09j5q88d9i96ap4arffsd5ybjwx-perl-5.20.1/bin/perl -w "
./autogen.sh: interpreter directive changed from " /bin/sh" to "/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/sh "
patching script interpreter paths in ./metadata/
autoreconfPhase
autoreconf: Entering directory .' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force -I m4 .aclocal-wrapped: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf: configure.in: tracing autoreconf: configure.in: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros inm4'.
libtoolize: copying file m4/libtool.m4' libtoolize: copying filem4/ltoptions.m4'
libtoolize: copying file m4/ltsugar.m4' libtoolize: copying filem4/ltversion.m4'
libtoolize: copying file m4/lt~obsolete.m4' libtoolize: Consider addingAC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
.aclocal-wrapped: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: /nix/store/zzmkipi7jip9c7zdlc9d6ivjrsbnwcv2-autoconf-2.69/bin/autoconf --force
autoreconf: running: /nix/store/zzmkipi7jip9c7zdlc9d6ivjrsbnwcv2-autoconf-2.69/bin/autoheader --force
autoheader: WARNING: Using auxiliary files such as acconfig.h',config.h.bot'
autoheader: WARNING: and config.h.top', to define templates forconfig.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of AC_DEFINE' and autoheader: WARNING:AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a functionmain' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
autoreconf: running: automake --add-missing --copy --force-missing
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.in:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation
configure.in:2: installing './config.guess'
configure.in:2: installing './config.sub'
Makefile.am:93: warning: '%'-style pattern rules are a GNU make extension
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Leaving directory .' configuring fixing libtool script ./ltmain.sh configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /nix/store/h87xkn5nn3n3l4b4v6i7d8cjlmwmvkz1-coreutils-8.23/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nix/store/h87xkn5nn3n3l4b4v6i7d8cjlmwmvkz1-coreutils-8.23/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for a sed that does not truncate output... /nix/store/hcmswx3k9v0ydr6f5j3cvqwb54pr9wqj-gnused-4.2.2/bin/sed checking for grep that handles long lines and -e... /nix/store/6v22k9m3rfhj266jfky1gx0b1r65r7i5-gnugrep-2.20/bin/grep checking for egrep... /nix/store/6v22k9m3rfhj266jfky1gx0b1r65r7i5-gnugrep-2.20/bin/grep -E checking for fgrep... /nix/store/6v22k9m3rfhj266jfky1gx0b1r65r7i5-gnugrep-2.20/bin/grep -F checking for ld used by gcc... /nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld checking if the linker (/nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nix/store/p9iacwx6c2lcjlig4g06vvrcvl2gqndk-binutils-2.23.1/bin/nm -B checking the name lister (/nix/store/p9iacwx6c2lcjlig4g06vvrcvl2gqndk-binutils-2.23.1/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /nix/store/p9iacwx6c2lcjlig4g06vvrcvl2gqndk-binutils-2.23.1/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking whether gcc and cc understand -c and -o together... yes checking whether NLS is requested... yes checking for msgfmt... /nix/store/kl68hcsjdg6azc7v0qam90z9vdbiyw5d-gettext-0.18.2/bin/msgfmt checking for gmsgfmt... /nix/store/kl68hcsjdg6azc7v0qam90z9vdbiyw5d-gettext-0.18.2/bin/msgfmt checking for xgettext... /nix/store/kl68hcsjdg6azc7v0qam90z9vdbiyw5d-gettext-0.18.2/bin/xgettext checking for msgmerge... /nix/store/kl68hcsjdg6azc7v0qam90z9vdbiyw5d-gettext-0.18.2/bin/msgmerge checking for ld used by GCC... /nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld checking if the linker (/nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld) is GNU ld... yes checking for shared library run path origin... /nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash: ./config.rpath: No such file or directory done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether byte ordering is bigendian... no checking for pkg-config... /nix/store/ynj7xzs9h4qg2bdn3l9smqbg5jbfv5ag-pkg-config-0.28/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FFTW... yes Using FFTW 3 checking for sqrt in -lm... yes checking for log10f in -lm... yes checking for shm_open... no checking for shm_open in -lrt... yes checking for lrintf... yes configure: WARNING: Can't fine architecture specifaction in CFLAGS, picking one from build host CPU type configure: WARNING: May result in non-portable code checking for ld used by gcc... (cached) /nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld checking if the linker (/nix/store/2gjrvig5qwvsks6nixrm549w6fca1ybi-gcc-wrapper-4.8.3/bin/ld) is GNU ld... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating m4/Makefile config.status: creating Makefile config.status: creating util/Makefile config.status: creating gsm/Makefile config.status: creating gverb/Makefile config.status: creating metadata/Makefile config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile building make flags: SHELL=/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash building config.h building all make all-recursive make[1]: Entering directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export'
building all-recursive
Making all in m4
make[2]: Entering directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/m4' make[2]: Nothing to be done forall'.
make[2]: Leaving directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/m4' Making all in po make[2]: Entering directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/po'
building stamp-po
test -z "en_GB.gmo" || make en_GB.gmo
make[3]: Entering directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/po' building en_GB.gmo rm -f en_GB.gmo && /nix/store/kl68hcsjdg6azc7v0qam90z9vdbiyw5d-gettext-0.18.2/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po 0 translated messages, 401 untranslated messages. make[3]: Leaving directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/po'
touch stamp-po
make[2]: Leaving directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/po' Making all in util make[2]: Entering directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/util'
building rms.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c rms.c
building librms.a
rm -f librms.a
ar cru librms.a rms.o
ar: u' modifier ignored sinceD' is the default (see U') ranlib librms.a building db.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c db.c building libdb.a rm -f libdb.a ar cru libdb.a db.o ar:u' modifier ignored since D' is the default (seeU')
ranlib libdb.a
building libblo_a-blo.o
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o libblo_a-blo.o test -f 'blo.c' || echo './'blo.c
building libblo.a
rm -f libblo.a
ar cru libblo.a libblo_a-blo.o
ar: u' modifier ignored sinceD' is the default (see U') ranlib libblo.a building libpitchscale_a-pitchscale.o gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/q8fnk9x7ry0b9yrh4wxpxvsxkg99dd4s-fftw-single-3.3.4/include -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o libpitchscale_a-pitchscale.otest -f 'pitchscale.c' || echo './'pitchscale.c pitchscale.c: In function 'pitch_scale': pitchscale.c:57:28: warning: variable 'fadeZoneLen' set but not used [-Wunused-but-set-variable] double freqPerBin, expct, fadeZoneLen; ^ building libpitchscale.a rm -f libpitchscale.a ar cru libpitchscale.a libpitchscale_a-pitchscale.o ar:u' modifier ignored since D' is the default (seeU')
ranlib libpitchscale.a
building iir.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c iir.c
building libiir.a
rm -f libiir.a
ar cru libiir.a iir.o
ar: u' modifier ignored sinceD' is the default (see U') ranlib libiir.a make[2]: Leaving directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/util'
Making all in gsm
make[2]: Entering directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/gsm' building add.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c add.c building decode.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c decode.c building gsm_decode.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gsm_decode.c building gsm_encode.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gsm_encode.c building long_term.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c long_term.c building preprocess.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c preprocess.c building short_term.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c short_term.c building code.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c code.c building gsm_create.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gsm_create.c building gsm_destroy.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gsm_destroy.c building gsm_option.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gsm_option.c building lpc.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c lpc.c building rpe.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c rpe.c building table.o gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c table.c building libgsm.a rm -f libgsm.a ar cru libgsm.a add.o decode.o gsm_decode.o gsm_encode.o long_term.o preprocess.o short_term.o code.o gsm_create.o gsm_destroy.o gsm_option.o lpc.o rpe.o table.o ar:u' modifier ignored since D' is the default (seeU')
ranlib libgsm.a
make[2]: Leaving directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/gsm' Making all in gverb make[2]: Entering directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/gverb'
building gverb.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gverb.c
building gverbdsp.o
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gverbdsp.c
building libgverb.a
rm -f libgverb.a
ar cru libgverb.a gverb.o gverbdsp.o
ar: u' modifier ignored sinceD' is the default (see U') ranlib libgverb.a make[2]: Leaving directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/gverb'
Making all in metadata
make[2]: Entering directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/metadata' building swh-plugins.rdf ./lxml2rdf.pl ../*.xml > swh-plugins.rdf length() used on %defaults (did you mean "scalar(keys %defaults)"?) at ./lxml2rdf.pl line 63. xmllint -noout swh-plugins.rdf make[2]: Leaving directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export/metadata'
make[2]: Entering directory `/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export'
building amp_1181.c
./makestub.pl amp_1181.xml > amp_1181.c
building amp_1181.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o amp_1181.lo amp_1181.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c amp_1181.c -fPIC -DPIC -o .libs/amp_1181.o
building amp_1181.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o amp_1181.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa amp_1181.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/amp_1181.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,amp_1181.so -o .libs/amp_1181.so
libtool: link: ( cd ".libs" && rm -f "amp_1181.la" && ln -s "../amp_1181.la" "amp_1181.la" )
building diode_1185.c
./makestub.pl diode_1185.xml > diode_1185.c
building diode_1185.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o diode_1185.lo diode_1185.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c diode_1185.c -fPIC -DPIC -o .libs/diode_1185.o
building diode_1185.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o diode_1185.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa diode_1185.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/diode_1185.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,diode_1185.so -o .libs/diode_1185.so
libtool: link: ( cd ".libs" && rm -f "diode_1185.la" && ln -s "../diode_1185.la" "diode_1185.la" )
building divider_1186.c
./makestub.pl divider_1186.xml > divider_1186.c
building divider_1186.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o divider_1186.lo divider_1186.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c divider_1186.c -fPIC -DPIC -o .libs/divider_1186.o
building divider_1186.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o divider_1186.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa divider_1186.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/divider_1186.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,divider_1186.so -o .libs/divider_1186.so
libtool: link: ( cd ".libs" && rm -f "divider_1186.la" && ln -s "../divider_1186.la" "divider_1186.la" )
building shaper_1187.c
./makestub.pl shaper_1187.xml > shaper_1187.c
building shaper_1187.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o shaper_1187.lo shaper_1187.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c shaper_1187.c -fPIC -DPIC -o .libs/shaper_1187.o
building shaper_1187.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o shaper_1187.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa shaper_1187.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/shaper_1187.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,shaper_1187.so -o .libs/shaper_1187.so
libtool: link: ( cd ".libs" && rm -f "shaper_1187.la" && ln -s "../shaper_1187.la" "shaper_1187.la" )
building ringmod_1188.c
./makestub.pl ringmod_1188.xml > ringmod_1188.c
building ringmod_1188.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o ringmod_1188.lo ringmod_1188.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c ringmod_1188.c -fPIC -DPIC -o .libs/ringmod_1188.o
building ringmod_1188.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o ringmod_1188.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa ringmod_1188.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/ringmod_1188.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,ringmod_1188.so -o .libs/ringmod_1188.so
libtool: link: ( cd ".libs" && rm -f "ringmod_1188.la" && ln -s "../ringmod_1188.la" "ringmod_1188.la" )
building comb_1190.c
./makestub.pl comb_1190.xml > comb_1190.c
building comb_1190.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o comb_1190.lo comb_1190.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c comb_1190.c -fPIC -DPIC -o .libs/comb_1190.o
building comb_1190.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o comb_1190.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa comb_1190.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/comb_1190.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,comb_1190.so -o .libs/comb_1190.so
libtool: link: ( cd ".libs" && rm -f "comb_1190.la" && ln -s "../comb_1190.la" "comb_1190.la" )
building declip_1195.c
./makestub.pl declip_1195.xml > declip_1195.c
building declip_1195.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o declip_1195.lo declip_1195.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c declip_1195.c -fPIC -DPIC -o .libs/declip_1195.o
building declip_1195.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o declip_1195.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa declip_1195.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/declip_1195.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,declip_1195.so -o .libs/declip_1195.so
libtool: link: ( cd ".libs" && rm -f "declip_1195.la" && ln -s "../declip_1195.la" "declip_1195.la" )
building foverdrive_1196.c
./makestub.pl foverdrive_1196.xml > foverdrive_1196.c
building foverdrive_1196.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o foverdrive_1196.lo foverdrive_1196.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c foverdrive_1196.c -fPIC -DPIC -o .libs/foverdrive_1196.o
building foverdrive_1196.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o foverdrive_1196.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa foverdrive_1196.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/foverdrive_1196.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,foverdrive_1196.so -o .libs/foverdrive_1196.so
libtool: link: ( cd ".libs" && rm -f "foverdrive_1196.la" && ln -s "../foverdrive_1196.la" "foverdrive_1196.la" )
building sinus_wavewrapper_1198.c
./makestub.pl sinus_wavewrapper_1198.xml > sinus_wavewrapper_1198.c
building sinus_wavewrapper_1198.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sinus_wavewrapper_1198.lo sinus_wavewrapper_1198.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sinus_wavewrapper_1198.c -fPIC -DPIC -o .libs/sinus_wavewrapper_1198.o
building sinus_wavewrapper_1198.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sinus_wavewrapper_1198.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sinus_wavewrapper_1198.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sinus_wavewrapper_1198.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sinus_wavewrapper_1198.so -o .libs/sinus_wavewrapper_1198.so
libtool: link: ( cd ".libs" && rm -f "sinus_wavewrapper_1198.la" && ln -s "../sinus_wavewrapper_1198.la" "sinus_wavewrapper_1198.la" )
building hermes_filter_1200.c
./makestub.pl hermes_filter_1200.xml > hermes_filter_1200.c
building hermes_filter_1200.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o hermes_filter_1200.lo hermes_filter_1200.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c hermes_filter_1200.c -fPIC -DPIC -o .libs/hermes_filter_1200.o
building hermes_filter_1200.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o hermes_filter_1200.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa hermes_filter_1200.lo -Lutil -lblo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/hermes_filter_1200.o -Lutil -lblo -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,hermes_filter_1200.so -o .libs/hermes_filter_1200.so
libtool: link: ( cd ".libs" && rm -f "hermes_filter_1200.la" && ln -s "../hermes_filter_1200.la" "hermes_filter_1200.la" )
building multivoice_chorus_1201.c
./makestub.pl multivoice_chorus_1201.xml > multivoice_chorus_1201.c
building multivoice_chorus_1201.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o multivoice_chorus_1201.lo multivoice_chorus_1201.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c multivoice_chorus_1201.c -fPIC -DPIC -o .libs/multivoice_chorus_1201.o
building multivoice_chorus_1201.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o multivoice_chorus_1201.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa multivoice_chorus_1201.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/multivoice_chorus_1201.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,multivoice_chorus_1201.so -o .libs/multivoice_chorus_1201.so
libtool: link: ( cd ".libs" && rm -f "multivoice_chorus_1201.la" && ln -s "../multivoice_chorus_1201.la" "multivoice_chorus_1201.la" )
building flanger_1191.c
./makestub.pl flanger_1191.xml > flanger_1191.c
building flanger_1191.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o flanger_1191.lo flanger_1191.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c flanger_1191.c -fPIC -DPIC -o .libs/flanger_1191.o
building flanger_1191.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o flanger_1191.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa flanger_1191.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/flanger_1191.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,flanger_1191.so -o .libs/flanger_1191.so
libtool: link: ( cd ".libs" && rm -f "flanger_1191.la" && ln -s "../flanger_1191.la" "flanger_1191.la" )
building decimator_1202.c
./makestub.pl decimator_1202.xml > decimator_1202.c
building decimator_1202.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o decimator_1202.lo decimator_1202.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c decimator_1202.c -fPIC -DPIC -o .libs/decimator_1202.o
building decimator_1202.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o decimator_1202.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa decimator_1202.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/decimator_1202.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,decimator_1202.so -o .libs/decimator_1202.so
libtool: link: ( cd ".libs" && rm -f "decimator_1202.la" && ln -s "../decimator_1202.la" "decimator_1202.la" )
building single_para_1203.c
./makestub.pl single_para_1203.xml > single_para_1203.c
building single_para_1203.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o single_para_1203.lo single_para_1203.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c single_para_1203.c -fPIC -DPIC -o .libs/single_para_1203.o
building single_para_1203.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o single_para_1203.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa single_para_1203.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/single_para_1203.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,single_para_1203.so -o .libs/single_para_1203.so
libtool: link: ( cd ".libs" && rm -f "single_para_1203.la" && ln -s "../single_para_1203.la" "single_para_1203.la" )
building triple_para_1204.c
./makestub.pl triple_para_1204.xml > triple_para_1204.c
building triple_para_1204.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o triple_para_1204.lo triple_para_1204.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c triple_para_1204.c -fPIC -DPIC -o .libs/triple_para_1204.o
building triple_para_1204.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o triple_para_1204.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa triple_para_1204.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/triple_para_1204.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,triple_para_1204.so -o .libs/triple_para_1204.so
libtool: link: ( cd ".libs" && rm -f "triple_para_1204.la" && ln -s "../triple_para_1204.la" "triple_para_1204.la" )
building transient_1206.c
./makestub.pl transient_1206.xml > transient_1206.c
building transient_1206.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o transient_1206.lo transient_1206.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c transient_1206.c -fPIC -DPIC -o .libs/transient_1206.o
building transient_1206.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o transient_1206.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa transient_1206.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/transient_1206.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,transient_1206.so -o .libs/transient_1206.so
libtool: link: ( cd ".libs" && rm -f "transient_1206.la" && ln -s "../transient_1206.la" "transient_1206.la" )
building fad_delay_1192.c
./makestub.pl fad_delay_1192.xml > fad_delay_1192.c
building fad_delay_1192.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o fad_delay_1192.lo fad_delay_1192.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c fad_delay_1192.c -fPIC -DPIC -o .libs/fad_delay_1192.o
building fad_delay_1192.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o fad_delay_1192.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa fad_delay_1192.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/fad_delay_1192.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,fad_delay_1192.so -o .libs/fad_delay_1192.so
libtool: link: ( cd ".libs" && rm -f "fad_delay_1192.la" && ln -s "../fad_delay_1192.la" "fad_delay_1192.la" )
building dc_remove_1207.c
./makestub.pl dc_remove_1207.xml > dc_remove_1207.c
building dc_remove_1207.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o dc_remove_1207.lo dc_remove_1207.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c dc_remove_1207.c -fPIC -DPIC -o .libs/dc_remove_1207.o
building dc_remove_1207.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o dc_remove_1207.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa dc_remove_1207.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/dc_remove_1207.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,dc_remove_1207.so -o .libs/dc_remove_1207.so
libtool: link: ( cd ".libs" && rm -f "dc_remove_1207.la" && ln -s "../dc_remove_1207.la" "dc_remove_1207.la" )
building retro_flange_1208.c
./makestub.pl retro_flange_1208.xml > retro_flange_1208.c
building retro_flange_1208.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o retro_flange_1208.lo retro_flange_1208.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c retro_flange_1208.c -fPIC -DPIC -o .libs/retro_flange_1208.o
building retro_flange_1208.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o retro_flange_1208.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa retro_flange_1208.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/retro_flange_1208.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,retro_flange_1208.so -o .libs/retro_flange_1208.so
libtool: link: ( cd ".libs" && rm -f "retro_flange_1208.la" && ln -s "../retro_flange_1208.la" "retro_flange_1208.la" )
building valve_1209.c
./makestub.pl valve_1209.xml > valve_1209.c
building valve_1209.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o valve_1209.lo valve_1209.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c valve_1209.c -fPIC -DPIC -o .libs/valve_1209.o
building valve_1209.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o valve_1209.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa valve_1209.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/valve_1209.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,valve_1209.so -o .libs/valve_1209.so
libtool: link: ( cd ".libs" && rm -f "valve_1209.la" && ln -s "../valve_1209.la" "valve_1209.la" )
building sifter_1210.c
./makestub.pl sifter_1210.xml > sifter_1210.c
building sifter_1210.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sifter_1210.lo sifter_1210.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sifter_1210.c -fPIC -DPIC -o .libs/sifter_1210.o
building sifter_1210.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sifter_1210.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sifter_1210.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sifter_1210.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sifter_1210.so -o .libs/sifter_1210.so
libtool: link: ( cd ".libs" && rm -f "sifter_1210.la" && ln -s "../sifter_1210.la" "sifter_1210.la" )
building tape_delay_1211.c
./makestub.pl tape_delay_1211.xml > tape_delay_1211.c
building tape_delay_1211.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o tape_delay_1211.lo tape_delay_1211.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c tape_delay_1211.c -fPIC -DPIC -o .libs/tape_delay_1211.o
building tape_delay_1211.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o tape_delay_1211.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa tape_delay_1211.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/tape_delay_1211.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,tape_delay_1211.so -o .libs/tape_delay_1211.so
libtool: link: ( cd ".libs" && rm -f "tape_delay_1211.la" && ln -s "../tape_delay_1211.la" "tape_delay_1211.la" )
building step_muxer_1212.c
./makestub.pl step_muxer_1212.xml > step_muxer_1212.c
building step_muxer_1212.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o step_muxer_1212.lo step_muxer_1212.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c step_muxer_1212.c -fPIC -DPIC -o .libs/step_muxer_1212.o
building step_muxer_1212.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o step_muxer_1212.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa step_muxer_1212.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/step_muxer_1212.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,step_muxer_1212.so -o .libs/step_muxer_1212.so
libtool: link: ( cd ".libs" && rm -f "step_muxer_1212.la" && ln -s "../step_muxer_1212.la" "step_muxer_1212.la" )
building foldover_1213.c
./makestub.pl foldover_1213.xml > foldover_1213.c
building foldover_1213.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o foldover_1213.lo foldover_1213.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c foldover_1213.c -fPIC -DPIC -o .libs/foldover_1213.o
building foldover_1213.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o foldover_1213.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa foldover_1213.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/foldover_1213.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,foldover_1213.so -o .libs/foldover_1213.so
libtool: link: ( cd ".libs" && rm -f "foldover_1213.la" && ln -s "../foldover_1213.la" "foldover_1213.la" )
building svf_1214.c
./makestub.pl svf_1214.xml > svf_1214.c
building svf_1214.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o svf_1214.lo svf_1214.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c svf_1214.c -fPIC -DPIC -o .libs/svf_1214.o
building svf_1214.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o svf_1214.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa svf_1214.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/svf_1214.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,svf_1214.so -o .libs/svf_1214.so
libtool: link: ( cd ".libs" && rm -f "svf_1214.la" && ln -s "../svf_1214.la" "svf_1214.la" )
building gsm_1215.c
./makestub.pl gsm_1215.xml > gsm_1215.c
building gsm_1215.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o gsm_1215.lo gsm_1215.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gsm_1215.c -fPIC -DPIC -o .libs/gsm_1215.o
building gsm_1215.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o gsm_1215.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa gsm_1215.lo gsm/libgsm.a -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/gsm_1215.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,gsm_1215.so -o .libs/gsm_1215.so
libtool: link: ( cd ".libs" && rm -f "gsm_1215.la" && ln -s "../gsm_1215.la" "gsm_1215.la" )
building gverb_1216.c
./makestub.pl gverb_1216.xml > gverb_1216.c
building gverb_1216.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o gverb_1216.lo gverb_1216.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gverb_1216.c -fPIC -DPIC -o .libs/gverb_1216.o
building gverb_1216.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o gverb_1216.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa gverb_1216.lo -Lgverb -lgverb -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/gverb_1216.o -Lgverb -lgverb -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,gverb_1216.so -o .libs/gverb_1216.so
libtool: link: ( cd ".libs" && rm -f "gverb_1216.la" && ln -s "../gverb_1216.la" "gverb_1216.la" )
building phasers_1217.c
./makestub.pl phasers_1217.xml > phasers_1217.c
building phasers_1217.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o phasers_1217.lo phasers_1217.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c phasers_1217.c -fPIC -DPIC -o .libs/phasers_1217.o
building phasers_1217.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o phasers_1217.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa phasers_1217.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/phasers_1217.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,phasers_1217.so -o .libs/phasers_1217.so
libtool: link: ( cd ".libs" && rm -f "phasers_1217.la" && ln -s "../phasers_1217.la" "phasers_1217.la" )
building harmonic_gen_1220.c
./makestub.pl harmonic_gen_1220.xml > harmonic_gen_1220.c
building harmonic_gen_1220.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o harmonic_gen_1220.lo harmonic_gen_1220.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c harmonic_gen_1220.c -fPIC -DPIC -o .libs/harmonic_gen_1220.o
building harmonic_gen_1220.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o harmonic_gen_1220.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa harmonic_gen_1220.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/harmonic_gen_1220.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,harmonic_gen_1220.so -o .libs/harmonic_gen_1220.so
libtool: link: ( cd ".libs" && rm -f "harmonic_gen_1220.la" && ln -s "../harmonic_gen_1220.la" "harmonic_gen_1220.la" )
building surround_encoder_1401.c
./makestub.pl surround_encoder_1401.xml > surround_encoder_1401.c
building surround_encoder_1401.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o surround_encoder_1401.lo surround_encoder_1401.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c surround_encoder_1401.c -fPIC -DPIC -o .libs/surround_encoder_1401.o
building surround_encoder_1401.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o surround_encoder_1401.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa surround_encoder_1401.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/surround_encoder_1401.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,surround_encoder_1401.so -o .libs/surround_encoder_1401.so
libtool: link: ( cd ".libs" && rm -f "surround_encoder_1401.la" && ln -s "../surround_encoder_1401.la" "surround_encoder_1401.la" )
building delayorama_1402.c
./makestub.pl delayorama_1402.xml > delayorama_1402.c
building delayorama_1402.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o delayorama_1402.lo delayorama_1402.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c delayorama_1402.c -fPIC -DPIC -o .libs/delayorama_1402.o
building delayorama_1402.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o delayorama_1402.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa delayorama_1402.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/delayorama_1402.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,delayorama_1402.so -o .libs/delayorama_1402.so
libtool: link: ( cd ".libs" && rm -f "delayorama_1402.la" && ln -s "../delayorama_1402.la" "delayorama_1402.la" )
building dyson_compress_1403.c
./makestub.pl dyson_compress_1403.xml > dyson_compress_1403.c
building dyson_compress_1403.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o dyson_compress_1403.lo dyson_compress_1403.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c dyson_compress_1403.c -fPIC -DPIC -o .libs/dyson_compress_1403.o
building dyson_compress_1403.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o dyson_compress_1403.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa dyson_compress_1403.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/dyson_compress_1403.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,dyson_compress_1403.so -o .libs/dyson_compress_1403.so
libtool: link: ( cd ".libs" && rm -f "dyson_compress_1403.la" && ln -s "../dyson_compress_1403.la" "dyson_compress_1403.la" )
building crossover_dist_1404.c
./makestub.pl crossover_dist_1404.xml > crossover_dist_1404.c
building crossover_dist_1404.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o crossover_dist_1404.lo crossover_dist_1404.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c crossover_dist_1404.c -fPIC -DPIC -o .libs/crossover_dist_1404.o
building crossover_dist_1404.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o crossover_dist_1404.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa crossover_dist_1404.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/crossover_dist_1404.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,crossover_dist_1404.so -o .libs/crossover_dist_1404.so
libtool: link: ( cd ".libs" && rm -f "crossover_dist_1404.la" && ln -s "../crossover_dist_1404.la" "crossover_dist_1404.la" )
building valve_rect_1405.c
./makestub.pl valve_rect_1405.xml > valve_rect_1405.c
building valve_rect_1405.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o valve_rect_1405.lo valve_rect_1405.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c valve_rect_1405.c -fPIC -DPIC -o .libs/valve_rect_1405.o
building valve_rect_1405.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o valve_rect_1405.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa valve_rect_1405.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/valve_rect_1405.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,valve_rect_1405.so -o .libs/valve_rect_1405.so
libtool: link: ( cd ".libs" && rm -f "valve_rect_1405.la" && ln -s "../valve_rect_1405.la" "valve_rect_1405.la" )
building split_1406.c
./makestub.pl split_1406.xml > split_1406.c
building split_1406.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o split_1406.lo split_1406.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c split_1406.c -fPIC -DPIC -o .libs/split_1406.o
building split_1406.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o split_1406.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa split_1406.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/split_1406.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,split_1406.so -o .libs/split_1406.so
libtool: link: ( cd ".libs" && rm -f "split_1406.la" && ln -s "../split_1406.la" "split_1406.la" )
building alias_1407.c
./makestub.pl alias_1407.xml > alias_1407.c
building alias_1407.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o alias_1407.lo alias_1407.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c alias_1407.c -fPIC -DPIC -o .libs/alias_1407.o
building alias_1407.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o alias_1407.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa alias_1407.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/alias_1407.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,alias_1407.so -o .libs/alias_1407.so
libtool: link: ( cd ".libs" && rm -f "alias_1407.la" && ln -s "../alias_1407.la" "alias_1407.la" )
building satan_maximiser_1408.c
./makestub.pl satan_maximiser_1408.xml > satan_maximiser_1408.c
building satan_maximiser_1408.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o satan_maximiser_1408.lo satan_maximiser_1408.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c satan_maximiser_1408.c -fPIC -DPIC -o .libs/satan_maximiser_1408.o
building satan_maximiser_1408.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o satan_maximiser_1408.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa satan_maximiser_1408.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/satan_maximiser_1408.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,satan_maximiser_1408.so -o .libs/satan_maximiser_1408.so
libtool: link: ( cd ".libs" && rm -f "satan_maximiser_1408.la" && ln -s "../satan_maximiser_1408.la" "satan_maximiser_1408.la" )
building karaoke_1409.c
./makestub.pl karaoke_1409.xml > karaoke_1409.c
building karaoke_1409.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o karaoke_1409.lo karaoke_1409.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c karaoke_1409.c -fPIC -DPIC -o .libs/karaoke_1409.o
building karaoke_1409.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o karaoke_1409.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa karaoke_1409.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/karaoke_1409.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,karaoke_1409.so -o .libs/karaoke_1409.so
libtool: link: ( cd ".libs" && rm -f "karaoke_1409.la" && ln -s "../karaoke_1409.la" "karaoke_1409.la" )
building gate_1410.c
./makestub.pl gate_1410.xml > gate_1410.c
building gate_1410.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o gate_1410.lo gate_1410.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gate_1410.c -fPIC -DPIC -o .libs/gate_1410.o
building gate_1410.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o gate_1410.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa gate_1410.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/gate_1410.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,gate_1410.so -o .libs/gate_1410.so
libtool: link: ( cd ".libs" && rm -f "gate_1410.la" && ln -s "../gate_1410.la" "gate_1410.la" )
building comb_splitter_1411.c
./makestub.pl comb_splitter_1411.xml > comb_splitter_1411.c
building comb_splitter_1411.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o comb_splitter_1411.lo comb_splitter_1411.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c comb_splitter_1411.c -fPIC -DPIC -o .libs/comb_splitter_1411.o
building comb_splitter_1411.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o comb_splitter_1411.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa comb_splitter_1411.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/comb_splitter_1411.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,comb_splitter_1411.so -o .libs/comb_splitter_1411.so
libtool: link: ( cd ".libs" && rm -f "comb_splitter_1411.la" && ln -s "../comb_splitter_1411.la" "comb_splitter_1411.la" )
building wave_terrain_1412.c
./makestub.pl wave_terrain_1412.xml > wave_terrain_1412.c
building wave_terrain_1412.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o wave_terrain_1412.lo wave_terrain_1412.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c wave_terrain_1412.c -fPIC -DPIC -o .libs/wave_terrain_1412.o
building wave_terrain_1412.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o wave_terrain_1412.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa wave_terrain_1412.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/wave_terrain_1412.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,wave_terrain_1412.so -o .libs/wave_terrain_1412.so
libtool: link: ( cd ".libs" && rm -f "wave_terrain_1412.la" && ln -s "../wave_terrain_1412.la" "wave_terrain_1412.la" )
building hard_limiter_1413.c
./makestub.pl hard_limiter_1413.xml > hard_limiter_1413.c
building hard_limiter_1413.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o hard_limiter_1413.lo hard_limiter_1413.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c hard_limiter_1413.c -fPIC -DPIC -o .libs/hard_limiter_1413.o
building hard_limiter_1413.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o hard_limiter_1413.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa hard_limiter_1413.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/hard_limiter_1413.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,hard_limiter_1413.so -o .libs/hard_limiter_1413.so
libtool: link: ( cd ".libs" && rm -f "hard_limiter_1413.la" && ln -s "../hard_limiter_1413.la" "hard_limiter_1413.la" )
building smooth_decimate_1414.c
./makestub.pl smooth_decimate_1414.xml > smooth_decimate_1414.c
building smooth_decimate_1414.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o smooth_decimate_1414.lo smooth_decimate_1414.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c smooth_decimate_1414.c -fPIC -DPIC -o .libs/smooth_decimate_1414.o
building smooth_decimate_1414.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o smooth_decimate_1414.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa smooth_decimate_1414.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/smooth_decimate_1414.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,smooth_decimate_1414.so -o .libs/smooth_decimate_1414.so
libtool: link: ( cd ".libs" && rm -f "smooth_decimate_1414.la" && ln -s "../smooth_decimate_1414.la" "smooth_decimate_1414.la" )
building fm_osc_1415.c
./makestub.pl fm_osc_1415.xml > fm_osc_1415.c
building fm_osc_1415.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o fm_osc_1415.lo fm_osc_1415.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c fm_osc_1415.c -fPIC -DPIC -o .libs/fm_osc_1415.o
building fm_osc_1415.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o fm_osc_1415.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa fm_osc_1415.lo -Lutil -lblo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/fm_osc_1415.o -Lutil -lblo -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,fm_osc_1415.so -o .libs/fm_osc_1415.so
libtool: link: ( cd ".libs" && rm -f "fm_osc_1415.la" && ln -s "../fm_osc_1415.la" "fm_osc_1415.la" )
building analogue_osc_1416.c
./makestub.pl analogue_osc_1416.xml > analogue_osc_1416.c
building analogue_osc_1416.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o analogue_osc_1416.lo analogue_osc_1416.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c analogue_osc_1416.c -fPIC -DPIC -o .libs/analogue_osc_1416.o
building analogue_osc_1416.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o analogue_osc_1416.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa analogue_osc_1416.lo -Lutil -lblo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/analogue_osc_1416.o -Lutil -lblo -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,analogue_osc_1416.so -o .libs/analogue_osc_1416.so
libtool: link: ( cd ".libs" && rm -f "analogue_osc_1416.la" && ln -s "../analogue_osc_1416.la" "analogue_osc_1416.la" )
building rate_shifter_1417.c
./makestub.pl rate_shifter_1417.xml > rate_shifter_1417.c
building rate_shifter_1417.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o rate_shifter_1417.lo rate_shifter_1417.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c rate_shifter_1417.c -fPIC -DPIC -o .libs/rate_shifter_1417.o
building rate_shifter_1417.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o rate_shifter_1417.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa rate_shifter_1417.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/rate_shifter_1417.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,rate_shifter_1417.so -o .libs/rate_shifter_1417.so
libtool: link: ( cd ".libs" && rm -f "rate_shifter_1417.la" && ln -s "../rate_shifter_1417.la" "rate_shifter_1417.la" )
building freq_tracker_1418.c
./makestub.pl freq_tracker_1418.xml > freq_tracker_1418.c
building freq_tracker_1418.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o freq_tracker_1418.lo freq_tracker_1418.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c freq_tracker_1418.c -fPIC -DPIC -o .libs/freq_tracker_1418.o
building freq_tracker_1418.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o freq_tracker_1418.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa freq_tracker_1418.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/freq_tracker_1418.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,freq_tracker_1418.so -o .libs/freq_tracker_1418.so
libtool: link: ( cd ".libs" && rm -f "freq_tracker_1418.la" && ln -s "../freq_tracker_1418.la" "freq_tracker_1418.la" )
building mod_delay_1419.c
./makestub.pl mod_delay_1419.xml > mod_delay_1419.c
building mod_delay_1419.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o mod_delay_1419.lo mod_delay_1419.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c mod_delay_1419.c -fPIC -DPIC -o .libs/mod_delay_1419.o
building mod_delay_1419.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o mod_delay_1419.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa mod_delay_1419.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/mod_delay_1419.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,mod_delay_1419.so -o .libs/mod_delay_1419.so
libtool: link: ( cd ".libs" && rm -f "mod_delay_1419.la" && ln -s "../mod_delay_1419.la" "mod_delay_1419.la" )
building matrix_st_ms_1420.c
./makestub.pl matrix_st_ms_1420.xml > matrix_st_ms_1420.c
building matrix_st_ms_1420.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o matrix_st_ms_1420.lo matrix_st_ms_1420.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c matrix_st_ms_1420.c -fPIC -DPIC -o .libs/matrix_st_ms_1420.o
building matrix_st_ms_1420.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o matrix_st_ms_1420.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa matrix_st_ms_1420.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/matrix_st_ms_1420.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,matrix_st_ms_1420.so -o .libs/matrix_st_ms_1420.so
libtool: link: ( cd ".libs" && rm -f "matrix_st_ms_1420.la" && ln -s "../matrix_st_ms_1420.la" "matrix_st_ms_1420.la" )
building matrix_ms_st_1421.c
./makestub.pl matrix_ms_st_1421.xml > matrix_ms_st_1421.c
building matrix_ms_st_1421.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o matrix_ms_st_1421.lo matrix_ms_st_1421.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c matrix_ms_st_1421.c -fPIC -DPIC -o .libs/matrix_ms_st_1421.o
building matrix_ms_st_1421.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o matrix_ms_st_1421.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa matrix_ms_st_1421.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/matrix_ms_st_1421.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,matrix_ms_st_1421.so -o .libs/matrix_ms_st_1421.so
libtool: link: ( cd ".libs" && rm -f "matrix_ms_st_1421.la" && ln -s "../matrix_ms_st_1421.la" "matrix_ms_st_1421.la" )
building matrix_spatialiser_1422.c
./makestub.pl matrix_spatialiser_1422.xml > matrix_spatialiser_1422.c
building matrix_spatialiser_1422.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o matrix_spatialiser_1422.lo matrix_spatialiser_1422.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c matrix_spatialiser_1422.c -fPIC -DPIC -o .libs/matrix_spatialiser_1422.o
building matrix_spatialiser_1422.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o matrix_spatialiser_1422.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa matrix_spatialiser_1422.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/matrix_spatialiser_1422.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,matrix_spatialiser_1422.so -o .libs/matrix_spatialiser_1422.so
libtool: link: ( cd ".libs" && rm -f "matrix_spatialiser_1422.la" && ln -s "../matrix_spatialiser_1422.la" "matrix_spatialiser_1422.la" )
building plate_1423.c
./makestub.pl plate_1423.xml > plate_1423.c
building plate_1423.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o plate_1423.lo plate_1423.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c plate_1423.c -fPIC -DPIC -o .libs/plate_1423.o
building plate_1423.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o plate_1423.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa plate_1423.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/plate_1423.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,plate_1423.so -o .libs/plate_1423.so
libtool: link: ( cd ".libs" && rm -f "plate_1423.la" && ln -s "../plate_1423.la" "plate_1423.la" )
building gong_1424.c
./makestub.pl gong_1424.xml > gong_1424.c
building gong_1424.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o gong_1424.lo gong_1424.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gong_1424.c -fPIC -DPIC -o .libs/gong_1424.o
building gong_1424.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o gong_1424.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa gong_1424.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/gong_1424.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,gong_1424.so -o .libs/gong_1424.so
libtool: link: ( cd ".libs" && rm -f "gong_1424.la" && ln -s "../gong_1424.la" "gong_1424.la" )
building sc1_1425.c
./makestub.pl sc1_1425.xml > sc1_1425.c
building sc1_1425.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sc1_1425.lo sc1_1425.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sc1_1425.c -fPIC -DPIC -o .libs/sc1_1425.o
building sc1_1425.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sc1_1425.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sc1_1425.lo -Lutil -ldb -lrms -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sc1_1425.o -Lutil -ldb -lrms -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sc1_1425.so -o .libs/sc1_1425.so
libtool: link: ( cd ".libs" && rm -f "sc1_1425.la" && ln -s "../sc1_1425.la" "sc1_1425.la" )
building sc2_1426.c
./makestub.pl sc2_1426.xml > sc2_1426.c
building sc2_1426.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sc2_1426.lo sc2_1426.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sc2_1426.c -fPIC -DPIC -o .libs/sc2_1426.o
building sc2_1426.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sc2_1426.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sc2_1426.lo -Lutil -ldb -lrms -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sc2_1426.o -Lutil -ldb -lrms -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sc2_1426.so -o .libs/sc2_1426.so
libtool: link: ( cd ".libs" && rm -f "sc2_1426.la" && ln -s "../sc2_1426.la" "sc2_1426.la" )
building sc3_1427.c
./makestub.pl sc3_1427.xml > sc3_1427.c
building sc3_1427.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sc3_1427.lo sc3_1427.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sc3_1427.c -fPIC -DPIC -o .libs/sc3_1427.o
building sc3_1427.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sc3_1427.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sc3_1427.lo -Lutil -ldb -lrms -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sc3_1427.o -Lutil -ldb -lrms -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sc3_1427.so -o .libs/sc3_1427.so
libtool: link: ( cd ".libs" && rm -f "sc3_1427.la" && ln -s "../sc3_1427.la" "sc3_1427.la" )
building zm1_1428.c
./makestub.pl zm1_1428.xml > zm1_1428.c
building zm1_1428.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o zm1_1428.lo zm1_1428.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c zm1_1428.c -fPIC -DPIC -o .libs/zm1_1428.o
building zm1_1428.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o zm1_1428.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa zm1_1428.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/zm1_1428.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,zm1_1428.so -o .libs/zm1_1428.so
libtool: link: ( cd ".libs" && rm -f "zm1_1428.la" && ln -s "../zm1_1428.la" "zm1_1428.la" )
building inv_1429.c
./makestub.pl inv_1429.xml > inv_1429.c
building inv_1429.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o inv_1429.lo inv_1429.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c inv_1429.c -fPIC -DPIC -o .libs/inv_1429.o
building inv_1429.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o inv_1429.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa inv_1429.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/inv_1429.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,inv_1429.so -o .libs/inv_1429.so
libtool: link: ( cd ".libs" && rm -f "inv_1429.la" && ln -s "../inv_1429.la" "inv_1429.la" )
building chebstortion_1430.c
./makestub.pl chebstortion_1430.xml > chebstortion_1430.c
building chebstortion_1430.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o chebstortion_1430.lo chebstortion_1430.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c chebstortion_1430.c -fPIC -DPIC -o .libs/chebstortion_1430.o
building chebstortion_1430.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o chebstortion_1430.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa chebstortion_1430.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/chebstortion_1430.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,chebstortion_1430.so -o .libs/chebstortion_1430.so
libtool: link: ( cd ".libs" && rm -f "chebstortion_1430.la" && ln -s "../chebstortion_1430.la" "chebstortion_1430.la" )
building bode_shifter_1431.c
./makestub.pl bode_shifter_1431.xml > bode_shifter_1431.c
building bode_shifter_1431.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o bode_shifter_1431.lo bode_shifter_1431.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c bode_shifter_1431.c -fPIC -DPIC -o .libs/bode_shifter_1431.o
building bode_shifter_1431.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o bode_shifter_1431.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa bode_shifter_1431.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/bode_shifter_1431.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,bode_shifter_1431.so -o .libs/bode_shifter_1431.so
libtool: link: ( cd ".libs" && rm -f "bode_shifter_1431.la" && ln -s "../bode_shifter_1431.la" "bode_shifter_1431.la" )
building bode_shifter_cv_1432.c
./makestub.pl bode_shifter_cv_1432.xml > bode_shifter_cv_1432.c
building bode_shifter_cv_1432.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o bode_shifter_cv_1432.lo bode_shifter_cv_1432.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c bode_shifter_cv_1432.c -fPIC -DPIC -o .libs/bode_shifter_cv_1432.o
building bode_shifter_cv_1432.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o bode_shifter_cv_1432.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa bode_shifter_cv_1432.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/bode_shifter_cv_1432.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,bode_shifter_cv_1432.so -o .libs/bode_shifter_cv_1432.so
libtool: link: ( cd ".libs" && rm -f "bode_shifter_cv_1432.la" && ln -s "../bode_shifter_cv_1432.la" "bode_shifter_cv_1432.la" )
building am_pitchshift_1433.c
./makestub.pl am_pitchshift_1433.xml > am_pitchshift_1433.c
building am_pitchshift_1433.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o am_pitchshift_1433.lo am_pitchshift_1433.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c am_pitchshift_1433.c -fPIC -DPIC -o .libs/am_pitchshift_1433.o
building am_pitchshift_1433.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o am_pitchshift_1433.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa am_pitchshift_1433.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/am_pitchshift_1433.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,am_pitchshift_1433.so -o .libs/am_pitchshift_1433.so
libtool: link: ( cd ".libs" && rm -f "am_pitchshift_1433.la" && ln -s "../am_pitchshift_1433.la" "am_pitchshift_1433.la" )
building sc4_1882.c
./makestub.pl sc4_1882.xml > sc4_1882.c
building sc4_1882.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sc4_1882.lo sc4_1882.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sc4_1882.c -fPIC -DPIC -o .libs/sc4_1882.o
building sc4_1882.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sc4_1882.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sc4_1882.lo -Lutil -ldb -lrms -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sc4_1882.o -Lutil -ldb -lrms -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sc4_1882.so -o .libs/sc4_1882.so
libtool: link: ( cd ".libs" && rm -f "sc4_1882.la" && ln -s "../sc4_1882.la" "sc4_1882.la" )
building lcr_delay_1436.c
./makestub.pl lcr_delay_1436.xml > lcr_delay_1436.c
building lcr_delay_1436.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o lcr_delay_1436.lo lcr_delay_1436.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c lcr_delay_1436.c -fPIC -DPIC -o .libs/lcr_delay_1436.o
building lcr_delay_1436.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o lcr_delay_1436.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa lcr_delay_1436.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/lcr_delay_1436.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,lcr_delay_1436.so -o .libs/lcr_delay_1436.so
libtool: link: ( cd ".libs" && rm -f "lcr_delay_1436.la" && ln -s "../lcr_delay_1436.la" "lcr_delay_1436.la" )
building giant_flange_1437.c
./makestub.pl giant_flange_1437.xml > giant_flange_1437.c
building giant_flange_1437.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o giant_flange_1437.lo giant_flange_1437.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c giant_flange_1437.c -fPIC -DPIC -o .libs/giant_flange_1437.o
building giant_flange_1437.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o giant_flange_1437.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa giant_flange_1437.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/giant_flange_1437.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,giant_flange_1437.so -o .libs/giant_flange_1437.so
libtool: link: ( cd ".libs" && rm -f "giant_flange_1437.la" && ln -s "../giant_flange_1437.la" "giant_flange_1437.la" )
building dj_flanger_1438.c
./makestub.pl dj_flanger_1438.xml > dj_flanger_1438.c
building dj_flanger_1438.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o dj_flanger_1438.lo dj_flanger_1438.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c dj_flanger_1438.c -fPIC -DPIC -o .libs/dj_flanger_1438.o
building dj_flanger_1438.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o dj_flanger_1438.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa dj_flanger_1438.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/dj_flanger_1438.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,dj_flanger_1438.so -o .libs/dj_flanger_1438.so
libtool: link: ( cd ".libs" && rm -f "dj_flanger_1438.la" && ln -s "../dj_flanger_1438.la" "dj_flanger_1438.la" )
building gong_beater_1439.c
./makestub.pl gong_beater_1439.xml > gong_beater_1439.c
building gong_beater_1439.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o gong_beater_1439.lo gong_beater_1439.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c gong_beater_1439.c -fPIC -DPIC -o .libs/gong_beater_1439.o
building gong_beater_1439.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o gong_beater_1439.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa gong_beater_1439.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/gong_beater_1439.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,gong_beater_1439.so -o .libs/gong_beater_1439.so
libtool: link: ( cd ".libs" && rm -f "gong_beater_1439.la" && ln -s "../gong_beater_1439.la" "gong_beater_1439.la" )
building hilbert_1440.c
./makestub.pl hilbert_1440.xml > hilbert_1440.c
building hilbert_1440.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o hilbert_1440.lo hilbert_1440.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c hilbert_1440.c -fPIC -DPIC -o .libs/hilbert_1440.o
building hilbert_1440.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o hilbert_1440.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa hilbert_1440.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/hilbert_1440.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,hilbert_1440.so -o .libs/hilbert_1440.so
libtool: link: ( cd ".libs" && rm -f "hilbert_1440.la" && ln -s "../hilbert_1440.la" "hilbert_1440.la" )
building sin_cos_1881.c
./makestub.pl sin_cos_1881.xml > sin_cos_1881.c
building sin_cos_1881.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sin_cos_1881.lo sin_cos_1881.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sin_cos_1881.c -fPIC -DPIC -o .libs/sin_cos_1881.o
building sin_cos_1881.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sin_cos_1881.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sin_cos_1881.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sin_cos_1881.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sin_cos_1881.so -o .libs/sin_cos_1881.so
libtool: link: ( cd ".libs" && rm -f "sin_cos_1881.la" && ln -s "../sin_cos_1881.la" "sin_cos_1881.la" )
building se4_1883.c
./makestub.pl se4_1883.xml > se4_1883.c
building se4_1883.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o se4_1883.lo se4_1883.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c se4_1883.c -fPIC -DPIC -o .libs/se4_1883.o
building se4_1883.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o se4_1883.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa se4_1883.lo -Lutil -ldb -lrms -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/se4_1883.o -Lutil -ldb -lrms -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,se4_1883.so -o .libs/se4_1883.so
libtool: link: ( cd ".libs" && rm -f "se4_1883.la" && ln -s "../se4_1883.la" "se4_1883.la" )
building bandpass_a_iir_1893.c
./makestub.pl bandpass_a_iir_1893.xml > bandpass_a_iir_1893.c
building bandpass_a_iir_1893.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o bandpass_a_iir_1893.lo bandpass_a_iir_1893.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c bandpass_a_iir_1893.c -fPIC -DPIC -o .libs/bandpass_a_iir_1893.o
bandpass_a_iir_1893.xml: In function 'runAddingBandpass_a_iir':
bandpass_a_iir_1893.xml:42:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]

^
building bandpass_a_iir_1893.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o bandpass_a_iir_1893.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa bandpass_a_iir_1893.lo -Lutil -liir -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/bandpass_a_iir_1893.o -Lutil -liir -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,bandpass_a_iir_1893.so -o .libs/bandpass_a_iir_1893.so
libtool: link: ( cd ".libs" && rm -f "bandpass_a_iir_1893.la" && ln -s "../bandpass_a_iir_1893.la" "bandpass_a_iir_1893.la" )
building bandpass_iir_1892.c
./makestub.pl bandpass_iir_1892.xml > bandpass_iir_1892.c
building bandpass_iir_1892.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o bandpass_iir_1892.lo bandpass_iir_1892.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c bandpass_iir_1892.c -fPIC -DPIC -o .libs/bandpass_iir_1892.o
bandpass_iir_1892.xml: In function 'runAddingBandpass_iir':
bandpass_iir_1892.xml:48:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]
free_iirf_t(plugin_data->iirf, plugin_data->gt);
^
bandpass_iir_1892.xml: In function 'instantiateBandpass_iir':
bandpass_iir_1892.xml:29:19: warning: 'lfc' is used uninitialized in this function [-Wuninitialized]
combine_iir_stages(IIR_STAGE_BANDPASS, gt, first, second,
^
bandpass_iir_1892.xml:89:8: note: 'lfc' was declared here
bandpass_iir_1892.xml:32:19: warning: 'ufc' is used uninitialized in this function [-Wuninitialized]
iir_process_buffer_ns_5(iirf, gt, input, output, sample_count,RUN_ADDING);
^
bandpass_iir_1892.xml:92:8: note: 'ufc' was declared here
building bandpass_iir_1892.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o bandpass_iir_1892.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa bandpass_iir_1892.lo -Lutil -liir -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/bandpass_iir_1892.o -Lutil -liir -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,bandpass_iir_1892.so -o .libs/bandpass_iir_1892.so
libtool: link: ( cd ".libs" && rm -f "bandpass_iir_1892.la" && ln -s "../bandpass_iir_1892.la" "bandpass_iir_1892.la" )
building highpass_iir_1890.c
./makestub.pl highpass_iir_1890.xml > highpass_iir_1890.c
building highpass_iir_1890.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o highpass_iir_1890.lo highpass_iir_1890.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c highpass_iir_1890.c -fPIC -DPIC -o .libs/highpass_iir_1890.o
highpass_iir_1890.xml: In function 'runAddingHighpass_iir':
highpass_iir_1890.xml:44:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]

^
building highpass_iir_1890.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o highpass_iir_1890.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa highpass_iir_1890.lo -Lutil -liir -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/highpass_iir_1890.o -Lutil -liir -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,highpass_iir_1890.so -o .libs/highpass_iir_1890.so
libtool: link: ( cd ".libs" && rm -f "highpass_iir_1890.la" && ln -s "../highpass_iir_1890.la" "highpass_iir_1890.la" )
building lowpass_iir_1891.c
./makestub.pl lowpass_iir_1891.xml > lowpass_iir_1891.c
building lowpass_iir_1891.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o lowpass_iir_1891.lo lowpass_iir_1891.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c lowpass_iir_1891.c -fPIC -DPIC -o .libs/lowpass_iir_1891.o
lowpass_iir_1891.xml: In function 'runAddingLowpass_iir':
lowpass_iir_1891.xml:45:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]
Cutoff Frequency
^
building lowpass_iir_1891.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o lowpass_iir_1891.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa lowpass_iir_1891.lo -Lutil -liir -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/lowpass_iir_1891.o -Lutil -liir -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,lowpass_iir_1891.so -o .libs/lowpass_iir_1891.so
libtool: link: ( cd ".libs" && rm -f "lowpass_iir_1891.la" && ln -s "../lowpass_iir_1891.la" "lowpass_iir_1891.la" )
building notch_iir_1894.c
./makestub.pl notch_iir_1894.xml > notch_iir_1894.c
building notch_iir_1894.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o notch_iir_1894.lo notch_iir_1894.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c notch_iir_1894.c -fPIC -DPIC -o .libs/notch_iir_1894.o
notch_iir_1894.xml: In function 'runAddingNotch_iir':
notch_iir_1894.xml:48:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]
free_iirf_t(plugin_data->iirf2, plugin_data->second);
^
building notch_iir_1894.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o notch_iir_1894.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa notch_iir_1894.lo -Lutil -liir -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/notch_iir_1894.o -Lutil -liir -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,notch_iir_1894.so -o .libs/notch_iir_1894.so
libtool: link: ( cd ".libs" && rm -f "notch_iir_1894.la" && ln -s "../notch_iir_1894.la" "notch_iir_1894.la" )
building dj_eq_1901.c
./makestub.pl dj_eq_1901.xml > dj_eq_1901.c
building dj_eq_1901.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o dj_eq_1901.lo dj_eq_1901.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c dj_eq_1901.c -fPIC -DPIC -o .libs/dj_eq_1901.o
building dj_eq_1901.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o dj_eq_1901.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa dj_eq_1901.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/dj_eq_1901.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,dj_eq_1901.so -o .libs/dj_eq_1901.so
libtool: link: ( cd ".libs" && rm -f "dj_eq_1901.la" && ln -s "../dj_eq_1901.la" "dj_eq_1901.la" )
building butterworth_1902.c
./makestub.pl butterworth_1902.xml > butterworth_1902.c
building butterworth_1902.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o butterworth_1902.lo butterworth_1902.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c butterworth_1902.c -fPIC -DPIC -o .libs/butterworth_1902.o
In file included from butterworth_1902.xml:12:0:
util/buffer.h: In function 'buffer_sub':
util/buffer.h:12:4: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
h = c;
^
butterworth_1902.xml: In function 'runAddingBwxover_iir':
butterworth_1902.xml:43:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]

^
butterworth_1902.xml: In function 'runAddingButtlow_iir':
butterworth_1902.xml:42:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]

          ^

butterworth_1902.xml: In function 'runAddingButthigh_iir':
butterworth_1902.xml:42:14: warning: unused variable 'run_adding_gain' [-Wunused-variable]

          ^

building butterworth_1902.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o butterworth_1902.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa butterworth_1902.lo -Lutil -liir -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/butterworth_1902.o -Lutil -liir -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,butterworth_1902.so -o .libs/butterworth_1902.so
libtool: link: ( cd ".libs" && rm -f "butterworth_1902.la" && ln -s "../butterworth_1902.la" "butterworth_1902.la" )
building allpass_1895.c
./makestub.pl allpass_1895.xml > allpass_1895.c
building allpass_1895.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o allpass_1895.lo allpass_1895.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c allpass_1895.c -fPIC -DPIC -o .libs/allpass_1895.o
allpass_1895.xml: In function 'runAllpass_l':
allpass_1895.xml:76:20: warning: unused variable 'max_delay' [-Wunused-variable]
ignore(max_delay);
^
allpass_1895.xml: In function 'runAddingAllpass_l':
allpass_1895.xml:154:20: warning: unused variable 'max_delay' [-Wunused-variable]
LADSPA_Data read, written;
^
allpass_1895.xml: In function 'runAllpass_c':
allpass_1895.xml:76:20: warning: unused variable 'max_delay' [-Wunused-variable]
ignore(max_delay);
^
allpass_1895.xml: In function 'runAddingAllpass_c':
allpass_1895.xml:157:20: warning: unused variable 'max_delay' [-Wunused-variable]
write_phase++;
^
allpass_1895.xml: In function 'instantiateAllpass_c':
allpass_1895.xml:47:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
allpass_1895.xml:106:15: note: 'buffer_mask' was declared here
LADSPA_Data written = read * feedback + in[i];
^
allpass_1895.xml:48:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
allpass_1895.xml:107:14: note: 'delay_samples' was declared here
*(writeptr++) = written;
^
allpass_1895.xml:49:24: warning: 'feedback' is used uninitialized in this function [-Wuninitialized]

                    ^

allpass_1895.xml:108:14: note: 'feedback' was declared here
buffer_write(out[i], read - feedback * written);
^
allpass_1895.xml:50:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
if (plugin_data->max_delay && *plugin_data->max_delay > 0)
^
allpass_1895.xml:109:14: note: 'last_decay_time' was declared here
}
^
allpass_1895.xml:51:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
allpass_1895.xml:110:14: note: 'last_delay_time' was declared here

          ^

allpass_1895.xml:53:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->delay_time;
^
allpass_1895.xml:112:7: note: 'write_phase' was declared here
if (writeptr == lastptr) writeptr = buffer;
^
allpass_1895.xml: In function 'instantiateAllpass_l':
allpass_1895.xml:47:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
allpass_1895.xml:106:15: note: 'buffer_mask' was declared here
LADSPA_Data written = read * feedback + in[i];
^
allpass_1895.xml:48:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
allpass_1895.xml:107:14: note: 'delay_samples' was declared here
*(writeptr++) = written;
^
allpass_1895.xml:49:24: warning: 'feedback' is used uninitialized in this function [-Wuninitialized]

                    ^

allpass_1895.xml:108:14: note: 'feedback' was declared here
buffer_write(out[i], read - feedback * written);
^
allpass_1895.xml:50:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
if (plugin_data->max_delay && *plugin_data->max_delay > 0)
^
allpass_1895.xml:109:14: note: 'last_decay_time' was declared here
}
^
allpass_1895.xml:51:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
allpass_1895.xml:110:14: note: 'last_delay_time' was declared here

          ^

allpass_1895.xml:53:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->delay_time;
^
allpass_1895.xml:112:7: note: 'write_phase' was declared here
if (writeptr == lastptr) writeptr = buffer;
^
allpass_1895.xml: In function 'instantiateAllpass_n':
allpass_1895.xml:47:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
allpass_1895.xml:106:15: note: 'buffer_mask' was declared here
LADSPA_Data written = read * feedback + in[i];
^
allpass_1895.xml:48:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
allpass_1895.xml:107:14: note: 'delay_samples' was declared here
*(writeptr++) = written;
^
allpass_1895.xml:49:24: warning: 'feedback' is used uninitialized in this function [-Wuninitialized]

                    ^

allpass_1895.xml:108:14: note: 'feedback' was declared here
buffer_write(out[i], read - feedback * written);
^
allpass_1895.xml:50:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
if (plugin_data->max_delay && *plugin_data->max_delay > 0)
^
allpass_1895.xml:109:14: note: 'last_decay_time' was declared here
}
^
allpass_1895.xml:51:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
allpass_1895.xml:110:14: note: 'last_delay_time' was declared here

          ^

allpass_1895.xml:53:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->delay_time;
^
allpass_1895.xml:112:7: note: 'write_phase' was declared here
if (writeptr == lastptr) writeptr = buffer;
^
building allpass_1895.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o allpass_1895.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa allpass_1895.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/allpass_1895.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,allpass_1895.so -o .libs/allpass_1895.so
libtool: link: ( cd ".libs" && rm -f "allpass_1895.la" && ln -s "../allpass_1895.la" "allpass_1895.la" )
building comb_1887.c
./makestub.pl comb_1887.xml > comb_1887.c
building comb_1887.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o comb_1887.lo comb_1887.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c comb_1887.c -fPIC -DPIC -o .libs/comb_1887.o
comb_1887.xml: In function 'instantiateComb_c':
comb_1887.xml:44:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
comb_1887.xml:103:15: note: 'buffer_mask' was declared here
*(writeptr++) = read * feedback + in[i];
^
comb_1887.xml:45:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
comb_1887.xml:104:14: note: 'delay_samples' was declared here
buffer_write(out[i], read);
^
comb_1887.xml:46:24: warning: 'feedback' is used uninitialized in this function [-Wuninitialized]

                    ^

comb_1887.xml:105:14: note: 'feedback' was declared here
}
^
comb_1887.xml:47:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
if (plugin_data->max_delay && *plugin_data->max_delay > 0)
^
comb_1887.xml:106:14: note: 'last_decay_time' was declared here

          ^

comb_1887.xml:48:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
comb_1887.xml:107:14: note: 'last_delay_time' was declared here
if (readptr == lastptr) readptr = buffer;
^
comb_1887.xml:50:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->delay_time;
^
comb_1887.xml:109:7: note: 'write_phase' was declared here
}
^
comb_1887.xml: In function 'instantiateComb_l':
comb_1887.xml:44:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
comb_1887.xml:103:15: note: 'buffer_mask' was declared here
*(writeptr++) = read * feedback + in[i];
^
comb_1887.xml:45:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
comb_1887.xml:104:14: note: 'delay_samples' was declared here
buffer_write(out[i], read);
^
comb_1887.xml:46:24: warning: 'feedback' is used uninitialized in this function [-Wuninitialized]

                    ^

comb_1887.xml:105:14: note: 'feedback' was declared here
}
^
comb_1887.xml:47:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
if (plugin_data->max_delay && *plugin_data->max_delay > 0)
^
comb_1887.xml:106:14: note: 'last_decay_time' was declared here

          ^

comb_1887.xml:48:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
comb_1887.xml:107:14: note: 'last_delay_time' was declared here
if (readptr == lastptr) readptr = buffer;
^
comb_1887.xml:50:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->delay_time;
^
comb_1887.xml:109:7: note: 'write_phase' was declared here
}
^
comb_1887.xml: In function 'instantiateComb_n':
comb_1887.xml:44:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
comb_1887.xml:103:15: note: 'buffer_mask' was declared here
*(writeptr++) = read * feedback + in[i];
^
comb_1887.xml:45:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
comb_1887.xml:104:14: note: 'delay_samples' was declared here
buffer_write(out[i], read);
^
comb_1887.xml:46:24: warning: 'feedback' is used uninitialized in this function [-Wuninitialized]

                    ^

comb_1887.xml:105:14: note: 'feedback' was declared here
}
^
comb_1887.xml:47:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
if (plugin_data->max_delay && *plugin_data->max_delay > 0)
^
comb_1887.xml:106:14: note: 'last_decay_time' was declared here

          ^

comb_1887.xml:48:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
comb_1887.xml:107:14: note: 'last_delay_time' was declared here
if (readptr == lastptr) readptr = buffer;
^
comb_1887.xml:50:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->delay_time;
^
comb_1887.xml:109:7: note: 'write_phase' was declared here
}
^
building comb_1887.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o comb_1887.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa comb_1887.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/comb_1887.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,comb_1887.so -o .libs/comb_1887.so
libtool: link: ( cd ".libs" && rm -f "comb_1887.la" && ln -s "../comb_1887.la" "comb_1887.la" )
building decay_1886.c
./makestub.pl decay_1886.xml > decay_1886.c
building decay_1886.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o decay_1886.lo decay_1886.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c decay_1886.c -fPIC -DPIC -o .libs/decay_1886.o
decay_1886.xml: In function 'instantiateDecay':
decay_1886.xml:26:17: warning: 'b' is used uninitialized in this function [-Wuninitialized]

             ^

decay_1886.xml:68:14: note: 'b' was declared here
Input
^
decay_1886.xml:27:26: warning: 'first_time' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
decay_1886.xml:69:7: note: 'first_time' was declared here

^
decay_1886.xml:28:31: warning: 'last_decay_time' is used uninitialized in this function [-Wuninitialized]
b = 0.f;
^
decay_1886.xml:70:14: note: 'last_decay_time' was declared here

          ^

decay_1886.xml:30:17: warning: 'y' is used uninitialized in this function [-Wuninitialized]
last_decay_time = 0.f;
^
decay_1886.xml:72:14: note: 'y' was declared here
Output
^
building decay_1886.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o decay_1886.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa decay_1886.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/decay_1886.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,decay_1886.so -o .libs/decay_1886.so
libtool: link: ( cd ".libs" && rm -f "decay_1886.la" && ln -s "../decay_1886.la" "decay_1886.la" )
building delay_1898.c
./makestub.pl delay_1898.xml > delay_1898.c
building delay_1898.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o delay_1898.lo delay_1898.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c delay_1898.c -fPIC -DPIC -o .libs/delay_1898.o
delay_1898.xml: In function 'runDelay_n':
delay_1898.xml:57:20: warning: unused variable 'max_delay' [-Wunused-variable]
int i;
^
delay_1898.xml: In function 'runAddingDelay_n':
delay_1898.xml:139:20: warning: unused variable 'max_delay' [-Wunused-variable]

                ^

delay_1898.xml: In function 'runDelay_l':
delay_1898.xml:57:20: warning: unused variable 'max_delay' [-Wunused-variable]
int i;
^
delay_1898.xml: In function 'runAddingDelay_l':
delay_1898.xml:127:20: warning: unused variable 'max_delay' [-Wunused-variable]

^
delay_1898.xml: In function 'runDelay_c':
delay_1898.xml:84:18: warning: unused variable 'written' [-Wunused-variable]
*(writeptr++) = in[i];
^
delay_1898.xml:57:20: warning: unused variable 'max_delay' [-Wunused-variable]
int i;
^
delay_1898.xml: In function 'runAddingDelay_c':
delay_1898.xml:84:18: warning: unused variable 'written' [-Wunused-variable]
*(writeptr++) = in[i];
^
delay_1898.xml:129:20: warning: unused variable 'max_delay' [-Wunused-variable]
Maximum delay. Used to set the delay buffer size upon activation. Cannot
^
delay_1898.xml: In function 'instantiateDelay_c':
delay_1898.xml:30:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
delay_1898.xml:86:15: note: 'buffer_mask' was declared here
}
^
delay_1898.xml:31:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
delay_1898.xml:87:14: note: 'delay_samples' was declared here

          ^

delay_1898.xml:32:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]

                           ^

delay_1898.xml:88:14: note: 'last_delay_time' was declared here
if (readptr == lastptr) readptr = buffer;
^
delay_1898.xml:34:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
delay_1898.xml:90:7: note: 'write_phase' was declared here
}
^
delay_1898.xml: In function 'instantiateDelay_l':
delay_1898.xml:30:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
delay_1898.xml:86:15: note: 'buffer_mask' was declared here
}
^
delay_1898.xml:31:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
delay_1898.xml:87:14: note: 'delay_samples' was declared here

          ^

delay_1898.xml:32:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]

                           ^

delay_1898.xml:88:14: note: 'last_delay_time' was declared here
if (readptr == lastptr) readptr = buffer;
^
delay_1898.xml:34:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * *plugin_data->max_delay;
^
delay_1898.xml:90:7: note: 'write_phase' was declared here
}
^
delay_1898.xml: In function 'instantiateDelay_n':
delay_1898.xml:30:27: warning: 'buffer_mask' is used uninitialized in this function [-Wuninitialized]
<![CDATA[
^
delay_1898.xml:86:15: note: 'buffer_mask' was declared here
}
^
delay_1898.xml:31:29: warning: 'delay_samples' is used uninitialized in this function [-Wuninitialized]
unsigned int minsize, size;
^
delay_1898.xml:87:14: note: 'delay_samples' was declared here

          ^

delay_1898.xml:32:31: warning: 'last_delay_time' is used uninitialized in this function [-Wuninitialized]

                           ^

delay_1898.xml:88:14: note: 'last_delay_time' was declared here
if (readptr == lastptr) readptr = buffer;
^
delay_1898.xml:34:27: warning: 'write_phase' is used uninitialized in this function [-Wuninitialized]
minsize = sample_rate * plugin_data->max_delay;
^
delay_1898.xml:90:7: note: 'write_phase' was declared here
}
^
building delay_1898.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o delay_1898.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa delay_1898.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/delay_1898.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,delay_1898.so -o .libs/delay_1898.so
libtool: link: ( cd ".libs" && rm -f "delay_1898.la" && ln -s "../delay_1898.la" "delay_1898.la" )
building impulse_1885.c
./makestub.pl impulse_1885.xml > impulse_1885.c
building impulse_1885.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o impulse_1885.lo impulse_1885.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c impulse_1885.c -fPIC -DPIC -o .libs/impulse_1885.o
building impulse_1885.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o impulse_1885.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa impulse_1885.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/impulse_1885.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,impulse_1885.so -o .libs/impulse_1885.so
libtool: link: ( cd ".libs" && rm -f "impulse_1885.la" && ln -s "../impulse_1885.la" "impulse_1885.la" )
building vynil_1905.c
./makestub.pl vynil_1905.xml > vynil_1905.c
building vynil_1905.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o vynil_1905.lo vynil_1905.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c vynil_1905.c -fPIC -DPIC -o .libs/vynil_1905.o
building vynil_1905.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o vynil_1905.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa vynil_1905.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/vynil_1905.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,vynil_1905.so -o .libs/vynil_1905.so
libtool: link: ( cd ".libs" && rm -f "vynil_1905.la" && ln -s "../vynil_1905.la" "vynil_1905.la" )
building revdelay_1605.c
./makestub.pl revdelay_1605.xml > revdelay_1605.c
building revdelay_1605.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o revdelay_1605.lo revdelay_1605.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c revdelay_1605.c -fPIC -DPIC -o .libs/revdelay_1605.o
revdelay_1605.xml: In function 'runRevdelay':
revdelay_1605.xml:106:18: warning: variable 'frac' set but not used [-Wunused-but-set-variable]
LADSPA_Data frac, read;
^
revdelay_1605.xml: In function 'runAddingRevdelay':
revdelay_1605.xml:106:18: warning: variable 'frac' set but not used [-Wunused-but-set-variable]
LADSPA_Data frac, read;
^
building revdelay_1605.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o revdelay_1605.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa revdelay_1605.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/revdelay_1605.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,revdelay_1605.so -o .libs/revdelay_1605.so
libtool: link: ( cd ".libs" && rm -f "revdelay_1605.la" && ln -s "../revdelay_1605.la" "revdelay_1605.la" )
building ls_filter_1908.c
./makestub.pl ls_filter_1908.xml > ls_filter_1908.c
building ls_filter_1908.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o ls_filter_1908.lo ls_filter_1908.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c ls_filter_1908.c -fPIC -DPIC -o .libs/ls_filter_1908.o
building ls_filter_1908.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o ls_filter_1908.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa ls_filter_1908.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/ls_filter_1908.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,ls_filter_1908.so -o .libs/ls_filter_1908.so
libtool: link: ( cd ".libs" && rm -f "ls_filter_1908.la" && ln -s "../ls_filter_1908.la" "ls_filter_1908.la" )
building const_1909.c
./makestub.pl const_1909.xml > const_1909.c
building const_1909.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o const_1909.lo const_1909.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c const_1909.c -fPIC -DPIC -o .libs/const_1909.o
building const_1909.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o const_1909.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa const_1909.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/const_1909.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,const_1909.so -o .libs/const_1909.so
libtool: link: ( cd ".libs" && rm -f "const_1909.la" && ln -s "../const_1909.la" "const_1909.la" )
building pointer_cast_1910.c
./makestub.pl pointer_cast_1910.xml > pointer_cast_1910.c
building pointer_cast_1910.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o pointer_cast_1910.lo pointer_cast_1910.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c pointer_cast_1910.c -fPIC -DPIC -o .libs/pointer_cast_1910.o
building pointer_cast_1910.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o pointer_cast_1910.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa pointer_cast_1910.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/pointer_cast_1910.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,pointer_cast_1910.so -o .libs/pointer_cast_1910.so
libtool: link: ( cd ".libs" && rm -f "pointer_cast_1910.la" && ln -s "../pointer_cast_1910.la" "pointer_cast_1910.la" )
building fast_lookahead_limiter_1913.c
./makestub.pl fast_lookahead_limiter_1913.xml > fast_lookahead_limiter_1913.c
building fast_lookahead_limiter_1913.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o fast_lookahead_limiter_1913.lo fast_lookahead_limiter_1913.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c fast_lookahead_limiter_1913.c -fPIC -DPIC -o .libs/fast_lookahead_limiter_1913.o
building fast_lookahead_limiter_1913.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o fast_lookahead_limiter_1913.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa fast_lookahead_limiter_1913.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/fast_lookahead_limiter_1913.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,fast_lookahead_limiter_1913.so -o .libs/fast_lookahead_limiter_1913.so
libtool: link: ( cd ".libs" && rm -f "fast_lookahead_limiter_1913.la" && ln -s "../fast_lookahead_limiter_1913.la" "fast_lookahead_limiter_1913.la" )
building latency_1914.c
./makestub.pl latency_1914.xml > latency_1914.c
building latency_1914.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o latency_1914.lo latency_1914.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c latency_1914.c -fPIC -DPIC -o .libs/latency_1914.o
building latency_1914.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o latency_1914.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa latency_1914.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/latency_1914.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,latency_1914.so -o .libs/latency_1914.so
libtool: link: ( cd ".libs" && rm -f "latency_1914.la" && ln -s "../latency_1914.la" "latency_1914.la" )
building xfade_1915.c
./makestub.pl xfade_1915.xml > xfade_1915.c
building xfade_1915.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o xfade_1915.lo xfade_1915.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c xfade_1915.c -fPIC -DPIC -o .libs/xfade_1915.o
building xfade_1915.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o xfade_1915.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa xfade_1915.lo -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/xfade_1915.o -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,xfade_1915.so -o .libs/xfade_1915.so
libtool: link: ( cd ".libs" && rm -f "xfade_1915.la" && ln -s "../xfade_1915.la" "xfade_1915.la" )
building sc4m_1916.c
./makestub.pl sc4m_1916.xml > sc4m_1916.c
building sc4m_1916.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o sc4m_1916.lo sc4m_1916.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c sc4m_1916.c -fPIC -DPIC -o .libs/sc4m_1916.o
building sc4m_1916.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o sc4m_1916.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa sc4m_1916.lo -Lutil -ldb -lrms -lrt -lm -lm -lm
libtool: link: gcc -shared -fPIC -DPIC .libs/sc4m_1916.o -Lutil -ldb -lrms -lrt -lm -O2 -O3 -march=i686 -nostartfiles -Wl,-soname -Wl,sc4m_1916.so -o .libs/sc4m_1916.so
libtool: link: ( cd ".libs" && rm -f "sc4m_1916.la" && ln -s "../sc4m_1916.la" "sc4m_1916.la" )
building mbeq_1197.c
./makestub.pl mbeq_1197.xml > mbeq_1197.c
building mbeq_1197_la-mbeq_1197.lo
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/nix/store/q8fnk9x7ry0b9yrh4wxpxvsxkg99dd4s-fftw-single-3.3.4/include -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c -o mbeq_1197_la-mbeq_1197.lo test -f 'mbeq_1197.c' || echo './'mbeq_1197.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/nix/store/q8fnk9x7ry0b9yrh4wxpxvsxkg99dd4s-fftw-single-3.3.4/include -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -c mbeq_1197.c -fPIC -DPIC -o .libs/mbeq_1197_la-mbeq_1197.o
building mbeq_1197.la
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash ./libtool --tag=CC --mode=link gcc -I/nix/store/q8fnk9x7ry0b9yrh4wxpxvsxkg99dd4s-fftw-single-3.3.4/include -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=i686 -module -avoid-version -Wc,-nostartfiles -o mbeq_1197.la -rpath /nix/store/28bnirc2xrs483ykw3xk2p2zfs5pqb81-swh-plugins-git-2015-03-04/lib/ladspa mbeq_1197_la-mbeq_1197.lo -L/nix/store/q8fnk9x7ry0b9yrh4wxpxvsxkg99dd4s-fftw-single-3.3.4/lib -lfftw3f -lrt -lm -lm -lm
libtool: link: unsupported hardcode properties
libtool: link: See the libtool documentation for more information.
libtool: link: Fatal configuration error.
make[2]: *
* [mbeq_1197.la] Error 1
make[2]: Leaving directory /tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/tmp/nix-build-swh-plugins-git-2015-03-04.drv-0/git-export'
make: *** [all] Error 2
builder for ‘/nix/store/2m049mwl9l6adwinxq0g5v9dlz5s2wkh-swh-plugins-git-2015-03-04.drv’ failed with exit code 2
error: build of ‘/nix/store/2m049mwl9l6adwinxq0g5v9dlz5s2wkh-swh-plugins-git-2015-03-04.drv’ failed

mbeq_1197 not working with pipewire

Hi Steve,

Fedora recently changed with version 34 to pipewire and uses a wrapper for pulseaudio for clients to continue to work. This is working quite good so far. Fortunately pipewire also supports ladspa plugins and the pactl command to load and configure them. I am trying to use the equalizer here and issuing e.g.

pactl load-module module-ladspa-sink sink_name=ladspa_output.mbeq_1197.mbeq sink_master=alsa_output.usb-Jabra_Jabra_UC_VOICE_150a_MS_1516112405D0-00.iec958-stereo plugin=mbeq_1197 label=mbeq control=1.5,0.2,3.9,3.3,0.0,-4.5,-10.0,-8.9,-8.1,-5.5,-1.5,3.0,3.0,2.4,3.6

loads the module as can be seen with pactl list and in the system log. Switching output to the new virtual device works flawlessly and the sound is there - only there is simply no change at all. It sounds exactly as the source and switching between the master and the virtual mbeq sink reveals that unfortunately.

As I am not sure what is wrong here, I tryed with the vynil filter to check:

pactl load-module module-ladspa-sink sink_name=ladspa_output.vynil_1905.vynil sink_master=alsa_output.usb-Jabra_Jabra_UC_VOICE_150a_MS_1516112405D0-00.iec958-stereo plugin=vynil_1905 label=vynil control=1900,78,0.3,1,0

This leads to a different sound, but I am not quite sure, the result is 100% right, as I do not hear any scratches. So generally it seems something is wrong here. Any hints what to try to debug this?

Joachim

Improved 'depth' of sound with modified SC4_1882 compressor

Hello Steve

I modified part of code of SC4_1882.xml for Left/Right channel the following way
sc4_1882.xml

    sum += lev_in * lev_in;

sum_l += la * la;
sum_r += ra * ra;
if (amp > env_rms) {
env_rms = env_rms * ga + amp * (1.0f - ga);
} else {
env_rms = env_rms * gr + amp * (1.0f - gr);
}
round_to_zero(&env_rms);
if (lev_in > env_peak) {
env_peak = env_peak * ga + lev_in * (1.0f - ga);
} else {
// env_peak = env_peak * gr + lev_in * (1.0f - gr);
env_peak = env_peak * gr + (la+ra) * 0.5f * (1.0f - gr);
}
if ((count++ & 3) == 3) {
// amp = rms_env_process(rms, sum * 0.25f);
amp = rms_env_process(rms, (sum_l+sum_r) * 0.125f);
sum = 0.0f;
sum_l = 0.0f;
sum_r = 0.0f;
if (isnan(env_rms)) {
// This can happen sometimes, but I don't know why
env_rms = 0.0f;
}

Then in default.pa Pulseaudio config file i chained 2 sc4_1882.so compressors one with Peak, 2nd with RMS.

load-module module-alsa-sink device=default sink_name=combined
load-module module-ladspa-sink sink_name=ladspa_output.sc42 label=sc4 plugin=sc4_1882 master=combined control=0,2,650,-30,2,6,7
load-module module-ladspa-sink sink_name=ladspa_output.sc4 label=sc4 plugin=sc4_1882 master=ladspa_output.sc42 control=1,180,350,-30,2,6,7
load-module module-ladspa-sink sink_name=ladspa_output.tap_equalizer label=tap_equalizer plugin=tap_eq master=ladspa_output.sc4 control=2,1,1,2,0,1,1,3,88,180,700,2100,5000,9000,13000,16000
..
set-default-sink ladspa_output.tap_equalizer

Somehow this setup creates a kind of 'depth' to stereo sounds/music.
I do not understand how/why songs seem to be having 'depth', i guess it has to do with calculating left and right channel gains independantly

Many thanks for the wonderful plugins you coded for LADSPA, and the modified code even sounds better than original sound of stereo music.

Thanks
S. W.

[PATCH] aclocal use `m4' dir, skip configure if wanted

This tiny patch fixes three problems:

  1. makes aclocal use the `m4' directory when applying macros; not doing this results in an error
  2. optionally skip configuration at the end of autogen.sh via the GNOME-standard $NOCONFIGURE environment variable
  3. proper quoting of configure options
diff --git a/autogen.sh b/autogen.sh
index b6c1e73..c37e214 100755
--- swh-plugins/autogen.sh
+++ swh-plugins/autogen.sh
@@ -9,7 +9,7 @@ echo aclocal...
     exit 1
 }

-aclocal || exit 1
+aclocal -I m4 || exit 1

 echo autoheader...
 (autoheader --version) < /dev/null > /dev/null 2>&1 || {
@@ -35,6 +35,6 @@ echo autoconf...

 autoconf || exit 1

-./configure $@
+test -n "$NOCONFIGURE" || ./configure "$@"

 exit 0

Kindly give the 'modified compressor' a trial

Hello
Since i'm the only one among the whole circle of my friends and family who runs linux with pulseaudio, i have found nobody i know (and i don't know too many people) to check the 'modified compressor'.
I use it in the double chained mode with 2 RMS and 2 Peaks and almost 1.0 ratio to make it sound as close to normal.
If you have a linux audio setup (who am i kidding? of course you would have one) , kindly try the 'double chaining' and feel the difference in any stereo song.
the patch is at https://github.com/sammerw/ladspa-sc4_modified
Use the values of 'double chained' compressor which does minimal change to sound volumes, just adds that faint 'depth' perception.

Thanks & Best Regards
Sammer W.

mbeq frying sound !

Hi!
Thank you for your great work!
I'm balbuze. I wrote a plugin for volumio https://volumio.org/ an audio os using mbeq.
I met the following problem : sometimes or on certain system, instead of the sound, I get a "frying" sound or something like a pink noise. If I stop playing and restart, everything is ok...
Do you know special value to be set in asound.conf (buffer, period) to avoid it. The problem occurs with mpd, or spotify connect on arm system (rpi , pine64) or even speaker-test.
other question : is there a interest of using sepexrate as resampler with mbeq ?
Thank you.

the asound file :

ctl.equal {
type equal
library "/usr/lib/ladspa/mbeq_1197.so"
module "mbeq"
}
pcm.plugequal1 {
type equal
library "/usr/lib/ladspa/mbeq_1197.so"
module "mbeq"

slave.pcm "plughw:0,0";
}
pcm.equal {
type plug;
slave.pcm plugequal1;
}

mbeq plugin flat mode volume differs from volume without the plugin

I'm using the mbeq plugin through pulseaudio-equalizer-gtk. When the GUI has been configured for flat EQ and then enable the equalizer, I hear a significant increase in volume level. This makes it harder to objectively tell any differences when you actually apply EQ in one or more of the bands: the difference in volume already changes the perceptions.

Is there a way to make the plugin behave in such a way that flat settings do not alter the sound at all, as is typically the case with a standalone audio equalizer?

dj_eq downmixing sterero channels?

Many thanks for writing these plugins :) I'm using them via ALSA for an equaliser for an audio project. This works perfectly in my asound.conf (mpdmix is a dmix but I get the same results with the relevant hw):

ctl.mbeq {
    type equal
    library "/usr/lib/ladspa/mbeq_1197.so"
    module "mbeq"
    controls ".mbeq.bin"
}
pcm.mbeq {
    type equal
    slave.pcm "plug:mpdmix"
    library "/usr/lib/ladspa/mbeq_1197.so"
    module "mbeq"
    controls ".mbeq.bin"
}

However, I actually want to use just 3 bands and dj_eq seems perfect. But when I try it:

ctl.dj_eq {
    type equal
    library "/usr/lib/ladspa/dj_eq_1901.so"
    module "dj_eq"
    controls ".dj_eq.bin"
}
pcm.dj_eq {
    type equal
    slave.pcm "plug:mpdmix"
    library "/usr/lib/ladspa/dj_eq_1901.so"
    module "dj_eq"
    controls ".dj_eq.bin"
}

The resulting output is L+R input downmixed and playing back on both L/R channels. The fact that there is also dj_eq_mono suggests that dj_eq is/should be stereo?

Before I bash my head against the brick wall of my limited understanding of ALSA/LADSPA, I just wanted to check if this should work? Should dj_eq be able to accept and output separate L/R channels?

Alright then, first question (sidechain + meters)

Hi.
I use the SC compressors on Ardour4. SC2 and SC3 have sidechain but not meters, while SC4 and SC4 mono have meters but not sidechain. How to get the best out of both worlds? e.g. meters + sidechain
thanks

Reverse Delay - SIGFPE with 0 delay time

Got a crash in LMMS with the Reverse Delay (revdelay_1605.so)
idelay_samples can be 0 and this is not good with modulus (%) operation.

if ((write_phase % idelay_samples) < xfade_samp) {

Thread 28 "lmms::AudioEngi" received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0x7fffaf7fe640 (LWP 7507)]
0x00007fffe80f9ed6 in runRevdelay (instance=0x555558d15840, sample_count=<optimized out>) at /home/lmms/plugins/LadspaEffect/swh/ladspa/revdelay_1605.xml:118
118	          if ((write_phase % idelay_samples) < xfade_samp) {
(gdb) bt full
#0  0x00007fffe80f9ed6 in runRevdelay (instance=0x555558d15840, sample_count=<optimized out>) at /home/lmms/plugins/LadspaEffect/swh/ladspa/revdelay_1605.xml:118
        idelay_samples = 0
        read = <optimized out>
        insamp = 0
        next_delay_samples = <optimized out>
        delay_samples_slope = -87.2048416
        plugin_data = 0x555558d15840
...

Downstream issue LMMS/lmms#5936

configure.ac incorrect version

latest release is 0.4.17, but configure.ac sais 0.4.15.
Also uploading bootstrapped tarballs to the release tag would be helpful.

Bad collect2 compilation error

/ldgsm/: util/libblo.alibgsm.a(libblo_a: -blo.o): errorrelocation R_X86_64_32  against `.rodata.str1.1adding'  symbolscan not :be used  when making Bada  valueshared object;
 recompile with -fPIC
util/libblo.a: error adding symbols: Bad collect2: error: ld returned 1 exit status
value
collect2: error: ld returned 1 exit status
Makefile:1050: recipe for target 'gsm_1215.la' failed
make[2]: *** [gsm_1215.la] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:1062: recipe for target 'hermes_filter_1200.la' failed
make[2]: *** [hermes_filter_1200.la] Error 1
libtool: link: /usr/bin/gcc-5 -shared  -fPIC -DPIC  .libs/split_1406.o   -L/home/michael-heuberger/.linuxbrew/lib -lrt -lm  -Os -march=native -Wl,--dynamic-linker=/home/michael-heuberger/.linuxbrew/lib/ld.so -Wl,-rpath -Wl,/home/michael-heuberger/.linuxbrew/lib   -Wl,-soname -Wl,split_1406.so -o .libs/split_1406.so
libtool: link: ( cd ".libs" && rm -f "valve_rect_1405.la" && ln -s "../valve_rect_1405.la" "valve_rect_1405.la" )
libtool: link: ( cd ".libs" && rm -f "satan_maximiser_1408.la" && ln -s "../satan_maximiser_1408.la" "satan_maximiser_1408.la" )
libtool: link: ( cd ".libs" && rm -f "karaoke_1409.la" && ln -s "../karaoke_1409.la" "karaoke_1409.la" )
libtool: link: ( cd ".libs" && rm -f "alias_1407.la" && ln -s "../alias_1407.la" "alias_1407.la" )
/usr/bin/ld: gverb/libgverb.a(gverb.o): relocation R_X86_64_PC32 against undefined symbol `malloc@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile:1053: recipe for target 'gverb_1216.la' failed
make[2]: *** [gverb_1216.la] Error 1
libtool: link: ( cd ".libs" && rm -f "split_1406.la" && ln -s "../split_1406.la" "split_1406.la" )
make[2]: Leaving directory '/tmp/ladspa-20161015-12611-a9y6wi/ladspa-0.4.16'
Makefile:1391: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/ladspa-20161015-12611-a9y6wi/ladspa-0.4.16'
Makefile:871: recipe for target 'all' failed
make: *** [all] Error 2

Version used: https://github.com/swh/ladspa/archive/v0.4.16.tar.gz

Command was just make according to your Readme

sifter_1210.xml:38: bad test ?

sifter_1210.xml:38]: (style) Array index 'left' is used before limits check.

Source code is

    while (array[left] <= pivot && left < right) {

Suggest sanity check array index before use, not after.

Also, if the partition element is the first element, the code runs badly (Order N^2).

Looking at the bigger picture, sorting is a standard library algorithm.
Suggest use standard library in preference to writing your own (buggy) code.

configure fails with "16143: syntax error near unexpected token 'FFTW,'"

Hi there!
I just tried to install the plugins on a current (and fairly fresh) Archlinux system.

Unfortunately, the "configure" step fails with a syntax error (see below)!
I assume I am missing some library or package, but cannot figure out which one.
FFTW would be the obvious candidate, but that is installed (from the arch repos).

Any ideas?
Thank!
Jost

soundserver@barde:~/Downloads/plugin.org.uk/ladspa$ ./configure

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether byte ordering is bigendian... no
./configure: line 16143: syntax error near unexpected token `FFTW,'
./configure: line 16143: `PKG_CHECK_MODULES(FFTW, fftw3f >= 3.0,'

imp_1199 in stereo / multiple instances

Trying to apply your imp_1199 to stereo input I get strange results. Using ecasound as the host, with stereo input "in.wav", if I do

ecasound -i:in.wav -o:out.wav -el:imp,1

then the output has processed audio in ch.2 only, with silence on ch.1. This is strange, because every other 1-in-1-out plugin processes all channels in parallel, e.g.

ecasound -i:in.wav -o:out.wav -el:amp,6

adds +6dB gain to both channels, as expected. If I understand correctly, this runs multiple instances of the plugin, one for each channel. I suspect multiple instances of imp_1199 just don't get along well.

Strangely, I can convolve ch.1 only by silencing ch.2 first, like so:

ecasound -i:in.wav -o:out.wav -chorder:1,0 -el:imp,1

and yet if I manually run one instance of imp_1199 per channel like this:

ecasound -a:L,R -i:in.wav -o:out.wav \
-a:L -chorder:1,0 -el:imp,1 \
-a:R -chorder:0,2 -el:imp,1

then I get silence on ch.1 again. Just changing one instance of "imp" to "amp" (or any other 1-in-1-out plugin) in the above gives non-zero output in both channels; the problem only occurs with two instances of "imp". Somehow the second instance of imp_1199 is clobbering the output of the first.

I looked through the imp_1199 code but can't see anything amiss. Any ideas?

Compilation deprecation warnings

autoreconf -i                
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:         [Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Makefile.am:94: warning: '%'-style pattern rules are a GNU make extension

Version used: https://github.com/swh/ladspa/archive/v0.4.16.tar.gz

Any ideas how to avoid these warnings?

Please rename configure.in to configure.ac

# autoreconf -i
aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[..]
aclocal-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[..]
automake-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[..]
automake-1.15: warning: autoconf input should be named 'configure.ac', not 'configure.in'

Not compiling in Linux

After installing all required dependencies on Ubuntu 18.04, including autoconf, libtool and FFTW using the instructions to cofigure it, Ladspa compilation stops on make. In the terminal I get:
/usr/bin/x86_64-linux-gnu-ld: /usr/local/lib/libfftw3f.a(assert.o): relocation R_X86_64_PC32 against symbol 'stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
/usr/bin/x86_64-linux-gnu-ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile:1104: recipe for target 'mbeq_1197.la' failed
make[2]: *** [mbeq_1197.la] Error 1
make[2]: Verzeichnis „/media/luiz/Volume/Downloads/Audacity Plugins/ladspa-0.4.17“ wird verlassen
Makefile:1391: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Verzeichnis „/media/luiz/Volume/Downloads/Audacity Plugins/ladspa-0.4.17“ wird verlassen
Makefile:871: recipe for target 'all' failed
make: *** [all] Error 2

Dead link in README

This line in the README:

The homepage for this project is http://plugin.org.uk/

Contains an apparently dead link.

XML files not valid

Validating the XML files against ladspa-swh.dtd shows several problems.
The following diffs might be of interest to make all files pass the validation:

Changes to the DTD:
https://github.com/7890/ladspa/commit/da95d05364901de4cd550e3c4373079b90403f3f.patch
https://github.com/7890/ladspa/commit/d6f45a22c815efbe1255bb05d4baf545aa1b37ef.patch

Changes to the XML files:
https://github.com/7890/ladspa/commit/8ffab71f0ff0566de11dda314f8fc26207b081f1.patch
https://github.com/7890/ladspa/commit/3bc7ea34346d0fde09c90cce54cb06dbaf899238.patch
https://github.com/7890/ladspa/commit/7e9cf39af6777118abea545f46d1f3e2b83eeccc.patch

ls -1 *.xml | while read line; do xmlstarlet val -e -d ladspa-swh.dtd "$line" 2>&1 | grep -v " valid"; done

Greetings

No built plugins available on website

The download page on the website seems to have no built plugins available.

In fact, every page except the homepage is blank and has no information available on it.

Capture

Who owns and maintains the website for this project?

Make install fails on Debian

I fetched latest source, then did:

autoreconf -i
./configure
make

and all of these ran without error. Then, when I ran: sudo make install I got:

make[1]: Entering directory `/home/nmartin/Projects/ladspa/po'
/bin/sh .././mkinstalldirs /usr/local/share
/bin/sh: 0: Can't open .././mkinstalldirs
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/nmartin/Projects/ladspa/po'
make: *** [install-recursive] Error 1

When I looked in po/Makefile, I see this: MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs when I think it should be: MKINSTALLDIRS = $(top_srcdir)/install-sh -d. When I changed it to that install ran fine.

I don't understand autoreconf well enough to know where to start looking to fix and submit a patch.

Script "mkinstalldirs" used by "make install" but missing?

# make && make DESTDIR="$PWD"/DESTDIR install
[..]
make[1]: Entering directory '/tmp/tmp.YwkMPenPzw/ladspa/po'
/bin/sh .././mkinstalldirs /tmp/tmp.YwkMPenPzw/ladspa/DESTDIR/usr/local/share
/bin/sh: .././mkinstalldirs: No such file or directory
Makefile:280: recipe for target 'install-data-yes' failed
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory '/tmp/tmp.YwkMPenPzw/ladspa/po'
Makefile:1377: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

On a fix:
Since I found # Origin: gettext-0.14 in po/Makefile.in.in I tried adding AM_GNU_GETTEXT_VERSION([0.14]) (rather than 0.13 of ticket #20) to configure.in and ran autopoint -f which created file mkinstalldirs (and a few other ones); the full output is

# autopoint -f
Copying file config.rpath
Copying file mkinstalldirs
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/[email protected]
Copying file po/[email protected]
Copying file po/insert-header.sin
Copying file po/quot.sed

Now when I use AM_GNU_GETTEXT_VERSION([0.19]) instead (which is still old enough to be in current Debian stable) the output instead is

# autopoint -f
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/[email protected]
Copying file po/[email protected]
Copying file po/insert-header.sin
Copying file po/quot.sed

which does not include mkinstalldirs but that's alright since the po/Makefile.in.in produced this time does not rely on file mkinstalldirs any more, but rather reads

mkinstalldirs = $(SHELL) @install_sh@ -d

So for a fix we could either:

  • a) stick to gettext 0.14, generate missing files and add them to Git
  • b) update to gettext 0.19, generate missing files and add them to Git
  • c) integrate autopoint -f into the build system, e.g. into autogen.sh, remove generated files ABOUT-NLS and po/Makefile.in.in from Git. (We could also resolve touch config.rpath in autogen.sh then, which seems to be a problem too.)

What do you think?

[PATCH] use proper quoting in configure.in

I came across this error in the somewhat convoluted build system:

checking for shm_open in -lrt... (cached) yes
checking for lrintf... (cached) yes
./configure: line 14477: -I@top_srcdir@/intl: No such file or directory
configure: WARNING: Can't fine architecture specifaction in CFLAGS, picking one from build host CPU type
configure: WARNING: May result in non-portable code
checking for ld used by gcc... (cached) /usr/x86_64-slackware

Turns out this error can be fixed by using proper shell quoting in `configure.in':

diff --git a/configure.in b/configure.in
index 52f96ee..e086a0a 100644
--- swh-plugins/configure.in
+++ swh-plugins/configure.in
@@ -92,7 +92,7 @@ AC_ARG_ENABLE(3dnow, [  --enable-3dnow Enables 3DNow! acceleration], AC_DEFINE_U
 AC_ARG_ENABLE(sse, [  --enable-sse Uses SSE instructions where possible, requires gcc3 and a processor with SSE support], USE_SSE="-msse -mfpmath=sse -malign-double")
 AC_ARG_ENABLE(darwin, [  --enable-darwin Builds plugins that will be shared object in the Darwin OS], DARWIN_CFLAGS="-fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o")

-CFLAGS=$lrintf_save_CFLAGS -I@top_srcdir@/intl -I@top_srcdir@
+CFLAGS="$lrintf_save_CFLAGS -I@top_srcdir@/intl -I@top_srcdir@"

 if [ echo ${CFLAGS} | grep "\-march=" ]; then
   AC_MSG_WARN([CFLAGS appears to allready contain architecture specifaction, using exiting one])

malloc creates "random" uninitialized pointers in plugin_data. Crashes allpass_1895 and maybe others.

If one activates a initialized LADSPA allpass delay plugin with max_delay unconnected, the host crashes with SIGSEGV by chasing plugin_data->max_delay which will contain an unpredictable value, and the NULL test can't guard against that. I don't know how many other plugins suffer the same fault, but perhaps makestub.pl should generate calloc rather than malloc so that pointers are NULL by default.

This is the complaint NerdyProjects raised earlier. BTW: Alsa Modular Synth uses LADSPA plugins, and simply disregarding this issue is not a good thing to do.

notch_iir_1894 acting as bandpass in Pulseaudio

Hi,

Either I am going crazy, or something weird is happening. I'm trying to filter out a narrow frequency which is causing bad acoustics (standing waves) in my room. I only need to filter a narrow band around 117Hz. I'm using Pulseaudio, swh-plugins-0.4.17 and notch_iir_1894.

It loads fine: pacmd load-module module-ladspa-sink sink_name=filtered sink_properties=device.description="Filtered_SC203" sink_master="alsa_output.usb-EVE_SC203_Speaker-00.analog-stereo" plugin=notch_iir_1894 label=notch_iir control="117,4.41,2"

It loads, but... does it the opposite of what it should? I'm getting low frequencies and low frequencies only. As if it was a bandpass instead of a notch filter. Huh??

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.