Changeset 913a7f1


Ignore:
Timestamp:
Jul 10, 2015, 12:10:57 AM (9 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:
5e394ecc
Parents:
100ef14
Message:

python/ext/py-musicutils.{c,h}: first .c and test

Location:
python
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubiomodule.c

    r100ef14 r913a7f1  
    22#include "aubio-types.h"
    33#include "aubio-generated.h"
     4#include "py-musicutils.h"
    45
    56static char aubio_module_doc[] = "Python module for the aubio library";
     
    240241  {"zero_crossing_rate", Py_zero_crossing_rate, METH_VARARGS, Py_zero_crossing_rate_doc},
    241242  {"min_removal", Py_min_removal, METH_VARARGS, Py_min_removal_doc},
     243  {"window", Py_aubio_window, METH_VARARGS, Py_aubio_window_doc},
    242244  {NULL, NULL} /* Sentinel */
    243245};
  • python/setup.py

    r100ef14 r913a7f1  
    4747    "ext/aubioproxy.c",
    4848    "ext/ufuncs.c",
     49    "ext/py-musicutils.c",
    4950    "ext/py-cvec.c",
    5051    # example without macro
Note: See TracChangeset for help on using the changeset viewer.