Changeset 333eec1 for python/lib/generator.py
- Timestamp:
- Apr 18, 2016, 11:23:27 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:
- 1c6fe64
- Parents:
- ade36e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/generator.py
rade36e6 r333eec1 24 24 25 25 typedefs = filter(lambda y: y.startswith ('typedef struct _aubio'), cpp_output) 26 typedefs = list(typedefs) 26 27 27 28 cpp_objects = [a.split()[3][:-1] for a in typedefs]
Note: See TracChangeset
for help on using the changeset viewer.