Changeset e5cc1ea for python/aubioplot-spec
- Timestamp:
- Aug 2, 2006, 4:46:50 PM (18 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:
- 5ed9133
- Parents:
- 90bcdaa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubioplot-spec
r90bcdaa re5cc1ea 56 56 outplot = None 57 57 58 plot_spec(filename, outplot=outplot, extension=extension, log=options.log, 58 g = gnuplot_create(outplot,extension,xsize=options.xsize, ysize=options.ysize) 59 plot_spec(filename, g, log=options.log, 59 60 maxf = options.maxf, minf = options.minf, 60 61 xsize = options.xsize, ysize = options.ysize,
Note: See TracChangeset
for help on using the changeset viewer.