From 55e12c391bbfb4c6bd7054e78b807dfc97cd3ed5 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 20 Dec 2006 16:47:52 +0000 Subject: Added bin frequencies to second half of xtract_magnitude_spectrum() --- examples/puredata/xtract~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/puredata/xtract~.c') diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c index 93c7617..69c3e0d 100644 --- a/examples/puredata/xtract~.c +++ b/examples/puredata/xtract~.c @@ -171,7 +171,9 @@ static void *xtract_new(t_symbol *me, t_int argc, t_atom *argv) { case AVERAGE_DEVIATION: case ROLLOFF: case INHARMONICITY: + case MAGNITUDE_SPECTRUM: case ODD_EVEN_RATIO: + case LOWEST_VALUE: case F0: case FAILSAFE_F0: case TONALITY: @@ -196,7 +198,6 @@ static void *xtract_new(t_symbol *me, t_int argc, t_atom *argv) { case SPREAD: case ZCR: case LOUDNESS: - case LOWEST_VALUE: case HIGHEST_VALUE: case SUM: case RMS_AMPLITUDE: @@ -209,7 +210,6 @@ static void *xtract_new(t_symbol *me, t_int argc, t_atom *argv) { case DECAY_TIME: /*not implemented */ case DELTA_FEATURE: /*not implemented */ case AUTOCORRELATION_FFT: - case MAGNITUDE_SPECTRUM: case MFCC: case DCT: case AUTOCORRELATION: -- cgit v1.2.3