Changeset ab7b1b7 for python/lib
- Timestamp:
- Mar 18, 2013, 5:13:26 PM (12 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:
- 6a03729
- Parents:
- 9615b03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_pyobject.py
r9615b03 rab7b1b7 100 100 'tempo': ['1'], 101 101 'peakpicker': ['1'], 102 'source': ['self-> hop_size', '1'],102 'source': ['self->block_size', '1'], 103 103 } 104 104 … … 116 116 # and here too 117 117 'hop_size': 'Py_default_vector_length / 2', 118 # add block_size, synonim of hop_size 119 'block_size': 'Py_default_vector_length / 2', 118 120 # these should be alright 119 121 'samplerate': 'Py_aubio_default_samplerate',
Note: See TracChangeset
for help on using the changeset viewer.