Changeset 75be651 for interfaces
- Timestamp:
- Nov 26, 2009, 12:59:26 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:
- 9817026
- Parents:
- 5ddcdf2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/gen_pyobject.py
r5ddcdf2 r75be651 117 117 aubio2pytypes = { 118 118 'uint_t': 'I', 119 'smpl_t': ' I',120 'lsmp_t': ' I',119 'smpl_t': 'f', 120 'lsmp_t': 'd', 121 121 'fvec_t*': 'O', 122 122 'cvec_t*': 'O',
Note: See TracChangeset
for help on using the changeset viewer.