- Timestamp:
- Feb 15, 2006, 11:47:13 AM (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:
- 5140276
- Parents:
- d9101a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/gnuplot.py
rd9101a5 r660c1d82 181 181 maxpitch = 100 182 182 for i in range(len(pitch)): 183 #if len(pitch[i]) == 0: pitch[i] = [0.]; 184 183 185 downtime = (hopsize/samplerate)*numarray.arange(len(pitch[i])) 184 186 d.append(Gnuplot.Data(downtime,pitch[i],with='lines',
Note: See TracChangeset
for help on using the changeset viewer.