diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 12:28:08 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 12:28:08 +0000 |
commit | e5051b14a4642a6a6c6097c0ae24ecdfa53594e9 (patch) | |
tree | 99f231bd5a6ca12d4d9e66f8019ceb0205d3a40a /examples | |
parent | 18fc7723fd66941f394c1657c48bb996670d4ac5 (diff) | |
download | LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.tar.gz LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.tar.bz2 LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.zip |
Fixed xtract_flatness()
Diffstat (limited to 'examples')
-rw-r--r-- | examples/puredata/Makefile.am | 22 | ||||
-rw-r--r-- | examples/puredata/xtract~.c | 2 |
2 files changed, 2 insertions, 22 deletions
diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index dda94f4..ec5c197 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -14,35 +14,15 @@ xtract_@PD_SUFFIX@_SOURCES = xtract~.c pdincludedir = $(pddir)/src -#LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge - INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) -#AM_CFLAGS = -DPD -fPIC -DPIC -#AM_LDFLAGS = -L$(top_builddir)/src/.libs -lxtract -export_dynamic -shared - AM_CFLAGS = @PD_CFLAGS@ AM_LDFLAGS = @PD_LDFLAGS@ -lxtract -L$(top_builddir)/src/ ## Install the documentation. install: + install -d $(pdinstalldir) install -m 644 $(top_builddir)/examples/puredata/.libs/xtract.@PD_SUFFIX@ $(pdinstalldir)/xtract~.@PD_SUFFIX@ install -d $(pddir)/doc/5.reference/xtract cp xtract/* $(PDDIR)/doc/5.reference/xtract - -#pdinstallref_DATA = \ -# help/aubioonset-help.pd \ -# help/aubioquiet-help.pd \ -# help/aubiotempo-help.pd \ -# help/aubiotss-help.pd \ -# help/aubiopitch-help.pd -# -#pdinstallexp_DATA = \ -# examples/onset-cam.pd -# -### My kludge -#noinst_SCRIPTS = libtoolkludge -# -#EXTRA_DIST = $(pdinstallref_DATA) $(pdinstallexp_DATA) $(noinst_SCRIPTS) - diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c index 04d1079..3e855c7 100644 --- a/examples/puredata/xtract~.c +++ b/examples/puredata/xtract~.c @@ -187,10 +187,10 @@ static void *xtract_new(t_symbol *me, t_int argc, t_atom *argv) { case TRISTIMULUS_2: case TRISTIMULUS_3: case SMOOTHNESS: + case FLATNESS: case SPREAD: case ZCR: case LOUDNESS: - case FLATNESS: case CREST: case NOISINESS: case RMS_AMPLITUDE: |