Changeset ba11e53


Ignore:
Timestamp:
May 17, 2006, 11:19:56 AM (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:
7f3ccc5e
Parents:
9b138a8
Message:

beat should be fixed, add comments about
beat should be fixed, add comments about

Location:
python/aubio/task
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/task/beat.py

    r9b138a8 rba11e53  
    1818        def __call__(self):
    1919                taskonset.__call__(self)
     20                #results = taskonset.__call__(self)
    2021                # write to current file
    2122                if self.pos2 == self.btstep - 1 :
     
    2829                self.pos2 += 1
    2930                val = self.opick.pp.getval()
     31                #if not results: val = 0
     32                #else: val = results[1]
    3033                self.dfframe.set(val,self.btwinlen - self.btstep + self.pos2,0)
    3134                i=0
  • python/aubio/task/task.py

    r9b138a8 rba11e53  
    5353                #print "task execution took %f seconds" % (time.time() - self.tic)
    5454                return time.time() - self.tic
    55 
Note: See TracChangeset for help on using the changeset viewer.