Changeset 92a8800 for python/lib/gen_code.py
- Timestamp:
- Apr 28, 2016, 6:59:55 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:
- 6937842
- Parents:
- 1f4d932
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
r1f4d932 r92a8800 38 38 pytoaubio_fn = { 39 39 'fvec_t*': 'PyAubio_ArrayToCFvec', 40 'cvec_t*': 'PyAubio_ ArrayToCCvec',40 'cvec_t*': 'PyAubio_PyCvecToCCvec', 41 41 #'fmat_t*': 'PyAubio_ArrayToCFmat', 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.