Changeset abf13a1 for interfaces


Ignore:
Timestamp:
Nov 22, 2011, 5:36:42 AM (13 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
b517cb3
Parents:
b70c6f1 (diff), a5bf9a5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of aubio.org:/git/aubio/aubio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/generator.py

    rb70c6f1 rabf13a1  
    77skip_objects = ['fft', 'pvoc', 'filter', 'filterbank', 'resampler']
    88
    9 cpp_output = [l.strip() for l in os.popen('cpp -DAUBIO_UNSTABLE=1 -I ../../build/default/src ../../src/aubio.h').readlines()]
     9cpp_output = [l.strip() for l in os.popen('cpp -DAUBIO_UNSTABLE=1 -I../../build/src ../../src/aubio.h').readlines()]
    1010
    1111cpp_output = filter(lambda y: len(y) > 1, cpp_output)
Note: See TracChangeset for help on using the changeset viewer.