Changeset 14aae81 for python/aubiocut


Ignore:
Timestamp:
Jun 2, 2006, 7:23:29 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:
af35ed0
Parents:
6b0ca87
Message:

ugly hack to plot beat track anyway
ugly hack to plot beat track anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    r6b0ca87 r14aae81  
    134134                lofunc.append(ofunc)
    135135
    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)
    137141
    138142        if options.func:
Note: See TracChangeset for help on using the changeset viewer.