Changeset 89b04e8 for python/lib
- Timestamp:
- May 15, 2016, 3:31:30 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:
- 0065c6a
- Parents:
- 5f6324e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
r5f6324e r89b04e8 1 1 import os, glob 2 2 3 header = 'src/aubio.h'4 output_path = 'python/gen'3 header = os.path.join('src', 'aubio.h') 4 output_path = os.path.join('python', 'gen') 5 5 6 6 source_header = """// this file is generated! do not modify
Note: See TracChangeset
for help on using the changeset viewer.