Changeset 9610f0a
- Timestamp:
- Mar 16, 2006, 4:51:46 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:
- 83376e9
- Parents:
- 845f2d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiopitch
r845f2d4 r9610f0a 110 110 pitch = filetask.compute_all() 111 111 #print filetask.eval(pitch[i]) 112 filetask.plot(pitch,wplot,oplots)112 if options.plot: filetask.plot(pitch,wplot,oplots) 113 113 114 filetask.plotplot(wplot,oplots,outplot=options.outplot) 114 if options.plot: 115 filetask.plotplot(wplot,oplots,outplot=options.outplot)
Note: See TracChangeset
for help on using the changeset viewer.