Changeset ad65346 for src/notes/notes.c


Ignore:
Timestamp:
Sep 23, 2016, 6:57:20 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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.
Message:

Merge branch 'master' into pitchshift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/notes/notes.c

    r3ffedf22 rad65346  
    8282
    8383  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);
    8685    goto fail;
    8786  }
Note: See TracChangeset for help on using the changeset viewer.