Changeset 1ebfa8c6


Ignore:
Timestamp:
Jul 27, 2012, 5:43:27 AM (12 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:
01e158d
Parents:
f1d2af7 (diff), f1198ef (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 'develop' into io

Location:
interfaces/python
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/py-filter.c

    rf1d2af7 r1ebfa8c6  
    9797  if (err > 0) {
    9898    PyErr_SetString (PyExc_ValueError,
    99         "error when setting filter to A-weighting");
     99        "error when setting filter to C-weighting");
    100100    return NULL;
    101101  }
Note: See TracChangeset for help on using the changeset viewer.