Changeset f6efc82
- Timestamp:
- Feb 9, 2013, 11:40:02 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:
- bc4c243
- Parents:
- f400ea1
- git-author:
- Paul Brossier <piem@piem.org> (02/09/13 23:37:46)
- git-committer:
- Paul Brossier <piem@piem.org> (02/09/13 23:40:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/gen_pyobject.py
rf400ea1 rf6efc82 360 360 if name in param_numbers.keys(): 361 361 n_input_param, n_output_param = param_numbers[name] 362 print name, n_output_param363 362 else: 364 363 n_input_param, n_output_param = 1, n_param - 1
Note: See TracChangeset
for help on using the changeset viewer.