aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-01-11 16:37:50 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-01-11 16:37:50 +0000
commit03faa4383048ec211eea920c6ec56544037191c9 (patch)
tree296fb7f69e876162802a2ee8844bf5649a02db00 /examples
parentb654be00cfb5275b289e683af7b67de6ee471854 (diff)
downloadLibXtract-03faa4383048ec211eea920c6ec56544037191c9.tar.gz
LibXtract-03faa4383048ec211eea920c6ec56544037191c9.tar.bz2
LibXtract-03faa4383048ec211eea920c6ec56544037191c9.zip
Fleshed out function descriptors.
Diffstat (limited to 'examples')
-rw-r--r--examples/puredata/xtract~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c
index 54b0bf8..a1fdb76 100644
--- a/examples/puredata/xtract~.c
+++ b/examples/puredata/xtract~.c
@@ -194,7 +194,7 @@ static void *xtract_new(t_symbol *me, t_int argc, t_atom *argv) {
if(x->feature == AUTOCORRELATION || x->feature == AUTOCORRELATION_FFT ||
x->feature == MFCC || x->feature == AMDF || x->feature == ASDF||
x->feature == DCT || x->feature == BARK_COEFFICIENTS ||
- x->feature == MAGNITUDE_SPECTRUM || x->feature == PEAK_SPECTRUM ||
+ x->feature == SPECTRUM || x->feature == PEAK_SPECTRUM ||
x->feature == HARMONIC_SPECTRUM)
x->feature_type = VECTOR;