Changeset e2da295


Ignore:
Timestamp:
Nov 24, 2007, 10:45:54 PM (17 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
fc6c831
Parents:
ed631e9
Message:

onsetdetection.c: factorise switch, complete specflux deletion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onsetdetection.c

    red631e9 re2da295  
    326326      break;
    327327    case aubio_onset_kl:
     328    case aubio_onset_mkl:
     329    case aubio_onset_specflux:
    328330      del_fvec(o->oldmag);
    329331      break;
    330     case aubio_onset_mkl:
    331       del_fvec(o->oldmag);
    332       break;
    333332    default:
    334333      break;
Note: See TracChangeset for help on using the changeset viewer.