Changeset 96fe713 for interfaces/python/aubiomodule.c
- Timestamp:
- Dec 5, 2009, 1:44:11 AM (15 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:
- 0f045b2
- Parents:
- 7a7b00f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/aubiomodule.c
r7a7b00f r96fe713 122 122 123 123 if ((PyType_Ready (&Py_fvecType) < 0) 124 || (PyType_Ready (&Py_fmatType) < 0) 124 125 || (PyType_Ready (&Py_cvecType) < 0) 125 126 || (PyType_Ready (&Py_filterType) < 0) … … 148 149 Py_INCREF (&Py_fvecType); 149 150 PyModule_AddObject (m, "fvec", (PyObject *) & Py_fvecType); 151 Py_INCREF (&Py_fmatType); 152 PyModule_AddObject (m, "fmat", (PyObject *) & Py_fmatType); 150 153 Py_INCREF (&Py_cvecType); 151 154 PyModule_AddObject (m, "cvec", (PyObject *) & Py_cvecType);
Note: See TracChangeset
for help on using the changeset viewer.