Changeset 1164fd85 for python/lib
- Timestamp:
- May 13, 2016, 5:55:41 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:
- c09efca
- Parents:
- 98e4106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
r98e4106 r1164fd85 42 42 } 43 43 44 pyfromaubio_fn = {45 'fvec_t*': 'PyAubio_CFvecToArray',46 'cvec_t*': 'PyAubio_CCvecToArray',47 'fmat_t*': 'PyAubio_CFmatToArray',48 }49 50 44 newfromtype_fn = { 51 45 'fvec_t*': 'new_py_fvec',
Note: See TracChangeset
for help on using the changeset viewer.