- Timestamp:
- Jan 9, 2010, 3:49:40 PM (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.c
r4c01c0f r8212692 274 274 onset_type = aubio_onset_default; 275 275 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); 277 277 onset_type = aubio_onset_default; 278 278 }
Note: See TracChangeset
for help on using the changeset viewer.