Changeset 770b9e7 for python/ext/aubio-types.h
- Timestamp:
- Nov 26, 2015, 2:48:03 PM (9 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:
- ac7e49b
- Parents:
- 8b8a020
- git-author:
- Nils Philippsen <nils@tiptoe.de> (11/26/15 00:38:48)
- git-committer:
- Nils Philippsen <nils@tiptoe.de> (11/26/15 14:48:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubio-types.h
r8b8a020 r770b9e7 40 40 #endif 41 41 42 // compat with Python < 2.6 43 #ifndef Py_TYPE 44 #define Py_TYPE(ob) (((PyObject*)(ob))->ob_type) 45 #endif 46 42 47 // special python type for cvec 43 48 typedef struct
Note: See TracChangeset
for help on using the changeset viewer.