Changeset ad65346 for src/notes/notes.c
- Timestamp:
- Sep 23, 2016, 6:57:20 AM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 7d01fdf
- Parents:
- 3ffedf22 (diff), bd8a92d (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/notes/notes.c
r3ffedf22 rad65346 82 82 83 83 if (strcmp(method, "default") != 0) { 84 AUBIO_ERR("unknown notes detection method %s, using default.\n", 85 method); 84 AUBIO_ERR("notes: unknown notes detection method \"%s\"\n", method); 86 85 goto fail; 87 86 }
Note: See TracChangeset
for help on using the changeset viewer.