Ignore:
Timestamp:
Jan 9, 2010, 3:49:40 PM (14 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:
066433d
Parents:
4c01c0f (diff), f650860 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

pull from master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/specdesc.c

    r4c01c0f r8212692  
    274274      onset_type = aubio_onset_default;
    275275  else {
    276       AUBIO_ERR("unknown spectral descriptor type %s.\n", onset_mode);
     276      AUBIO_ERR("unknown spectral descriptor type %s, using default.\n", onset_mode);
    277277      onset_type = aubio_onset_default;
    278278  }
Note: See TracChangeset for help on using the changeset viewer.