# # ChangeLog for src/tempo # # Generated by Trac 1.2 # Mar 28, 2024, 8:52:53 PM Sat, 24 Nov 2007 21:00:20 GMT Paul Brossier [32d6958] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (moved) * src/spectral/fft.h (moved) * src/spectral/filterbank.c (moved) * src/spectral/filterbank.h (moved) * src/spectral/mfcc.c (moved) * src/spectral/mfcc.h (moved) * src/spectral/phasevoc.c (moved) * src/spectral/phasevoc.h (moved) * src/spectral/tss.c (moved) * src/spectral/tss.h (moved) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * src/temporal/biquad.c (moved) * src/temporal/biquad.h (moved) * src/temporal/filter.c (moved) * src/temporal/filter.h (moved) * src/temporal/resample.c (moved) * src/temporal/resample.h (moved) * src/utils/hist.c (moved) * src/utils/hist.h (moved) * src/utils/scale.c (moved) * src/utils/scale.h (moved) src/: more moving and splitting Sat, 24 Nov 2007 20:08:04 GMT Paul Brossier [bcf38fe] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (moved) * src/onset/onset.h (moved) * src/onset/peakpick.c (moved) * src/onset/peakpick.h (moved) * src/pitch/pitchdetection.c (moved) * src/pitch/pitchdetection.h (moved) * src/tempo/beattracking.c (moved) * src/tempo/beattracking.h (moved) * src/tempo/tempo.c (moved) * src/tempo/tempo.h (moved) src/: move tempo files to src/tempo, continue moving pitch and onset ...