Changeset 883b499
- Timestamp:
- Dec 17, 2016, 12:19:20 PM (8 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, sampler, yinfft+
- Children:
- c470ad0
- Parents:
- 911bea80
- Location:
- python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubiomodule.c
r911bea80 r883b499 324 324 325 325 PyModule_AddStringConstant(m, "float_type", AUBIO_NPY_SMPL_STR); 326 PyModule_AddStringConstant(m, "__version__", AUBIO_VERSION); 326 327 327 328 // add generated objects -
python/lib/aubio/__init__.py
r911bea80 r883b499 2 2 3 3 import numpy 4 from ._aubio import __version__ as version 5 from ._aubio import float_type 4 6 from ._aubio import * 5 from ._aubio import float_type6 7 from .midiconv import * 7 8 from .slicing import *
Note: See TracChangeset
for help on using the changeset viewer.