Ignore:
Timestamp:
Aug 2, 2006, 4:46:50 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:
5ed9133
Parents:
90bcdaa
Message:

pass created plot to plot_audio/spec instead of outplot/extension, minor fixes
pass created plot to plot_audio/spec instead of outplot/extension, minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubioplot-spec

    r90bcdaa re5cc1ea  
    5656  outplot = None
    5757
    58 plot_spec(filename, outplot=outplot, extension=extension, log=options.log,
     58g = gnuplot_create(outplot,extension,xsize=options.xsize, ysize=options.ysize)
     59plot_spec(filename, g, log=options.log,
    5960  maxf = options.maxf, minf = options.minf,
    6061  xsize = options.xsize, ysize = options.ysize,
Note: See TracChangeset for help on using the changeset viewer.