diff options
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: |