Changeset 660c1d82 for python


Ignore:
Timestamp:
Feb 15, 2006, 11:47:13 AM (19 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:
5140276
Parents:
d9101a5
Message:

added puredata aubiopitch~
added puredata aubiopitch~

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/gnuplot.py

    rd9101a5 r660c1d82  
    181181        maxpitch = 100
    182182        for i in range(len(pitch)):
     183                #if len(pitch[i]) == 0: pitch[i] = [0.];
     184
    183185                downtime = (hopsize/samplerate)*numarray.arange(len(pitch[i]))
    184186                d.append(Gnuplot.Data(downtime,pitch[i],with='lines',
Note: See TracChangeset for help on using the changeset viewer.