- Timestamp:
- Aug 27, 2016, 1:51:45 AM (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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 30e080c
- Parents:
- a9a1e79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
ra9a1e79 r31c6010 427 427 if len(self.do_outputs) > 1: 428 428 out += """ 429 outputs = PyTuple_New( 2);""".format(len(self.do_outputs))429 outputs = PyTuple_New({:d});""".format(len(self.do_outputs)) 430 430 for i, p in enumerate(self.do_outputs): 431 431 out += """
Note: See TracChangeset
for help on using the changeset viewer.