Changeset 7f8ff8b
- Timestamp:
- Nov 21, 2011, 8:30:42 PM (13 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:
- a5bf9a5
- Parents:
- c77df5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/generator.py
rc77df5c r7f8ff8b 7 7 skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', 'resampler'] 8 8 9 cpp_output = [l.strip() for l in os.popen('cpp -DAUBIO_UNSTABLE=1 -I ../../build/default/src ../../src/aubio.h').readlines()]9 cpp_output = [l.strip() for l in os.popen('cpp -DAUBIO_UNSTABLE=1 -I../../build/src ../../src/aubio.h').readlines()] 10 10 11 11 cpp_output = filter(lambda y: len(y) > 1, cpp_output)
Note: See TracChangeset
for help on using the changeset viewer.