Changeset 9610f0a


Ignore:
Timestamp:
Mar 16, 2006, 4:51:46 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

optional plotting
optional plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiopitch

    r845f2d4 r9610f0a  
    110110        pitch = filetask.compute_all()
    111111        #print filetask.eval(pitch[i])
    112         filetask.plot(pitch,wplot,oplots)
     112        if options.plot: filetask.plot(pitch,wplot,oplots)
    113113
    114 filetask.plotplot(wplot,oplots,outplot=options.outplot)
     114if options.plot:
     115        filetask.plotplot(wplot,oplots,outplot=options.outplot)
Note: See TracChangeset for help on using the changeset viewer.