diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 16:47:52 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 16:47:52 +0000 |
commit | 55e12c391bbfb4c6bd7054e78b807dfc97cd3ed5 (patch) | |
tree | 4ddd517caffe4df2a6ba578e37f70fae09a95642 /examples/puredata/xtract~.c | |
parent | 46ee1ba4b2e3eda3e14abfc969356f6dcb0c6dc0 (diff) | |
download | LibXtract-55e12c391bbfb4c6bd7054e78b807dfc97cd3ed5.tar.gz LibXtract-55e12c391bbfb4c6bd7054e78b807dfc97cd3ed5.tar.bz2 LibXtract-55e12c391bbfb4c6bd7054e78b807dfc97cd3ed5.zip |
Added bin frequencies to second half of xtract_magnitude_spectrum()
Diffstat (limited to 'examples/puredata/xtract~.c')
-rw-r--r-- | examples/puredata/xtract~.c | 4 |
1 files changed, 2 insertions, 2 deletions
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: |