Changeset 0d222ee
- Timestamp:
- Mar 5, 2013, 4:50:50 AM (12 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:
- a4cc8e5
- Parents:
- 118f47f
- Location:
- python/ext
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubiomodule.c
r118f47f r0d222ee 222 222 223 223 static PyMethodDef aubio_methods[] = { 224 {"unwrap2pi", Py_unwrap2pi, METH_VARARGS, Py_unwrap2pi_doc},224 //{"unwrap2pi", Py_unwrap2pi, METH_VARARGS, Py_unwrap2pi_doc}, 225 225 {"bintomidi", Py_bintomidi, METH_VARARGS, Py_bintomidi_doc}, 226 226 {"miditobin", Py_miditobin, METH_VARARGS, Py_miditobin_doc}, … … 281 281 // add generated objects 282 282 add_generated_objects(m); 283 } 283 284 // add ufunc 285 add_ufuncs(m); 286 }
Note: See TracChangeset
for help on using the changeset viewer.