Changes in python/ext/aubiomodule.c [a159628:b532275]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubiomodule.c
ra159628 rb532275 243 243 {"level_detection", Py_aubio_level_detection, METH_VARARGS, Py_aubio_level_detection_doc}, 244 244 {"window", Py_aubio_window, METH_VARARGS, Py_aubio_window_doc}, 245 {"shift", Py_aubio_shift, METH_VARARGS, Py_aubio_shift_doc}, 246 {"ishift", Py_aubio_ishift, METH_VARARGS, Py_aubio_ishift_doc}, 245 247 {NULL, NULL, 0, NULL} /* Sentinel */ 246 248 };
Note: See TracChangeset
for help on using the changeset viewer.