- Timestamp:
- Sep 23, 2016, 1:14:47 AM (8 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:
- 50a8260
- Parents:
- 9bfef718
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/notes/notes.c
r9bfef718 r790b6d7 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.