Changeset 14aae81 for python/aubiocut
- Timestamp:
- Jun 2, 2006, 7:23:29 PM (19 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:
- af35ed0
- Parents:
- 6b0ca87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocut
r6b0ca87 r14aae81 134 134 lofunc.append(ofunc) 135 135 136 if options.plot: filetask.plot(onsets, ofunc, wplot, oplots, nplot=options.nplot) 136 if options.plot: 137 if options.beat: 138 filetask.plot(oplots, onsets) 139 else: 140 filetask.plot(onsets, ofunc, wplot, oplots, nplot=options.nplot) 137 141 138 142 if options.func:
Note: See TracChangeset
for help on using the changeset viewer.