Changeset ba11e53
- Timestamp:
- May 17, 2006, 11:19:56 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:
- 7f3ccc5e
- Parents:
- 9b138a8
- Location:
- python/aubio/task
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/beat.py
r9b138a8 rba11e53 18 18 def __call__(self): 19 19 taskonset.__call__(self) 20 #results = taskonset.__call__(self) 20 21 # write to current file 21 22 if self.pos2 == self.btstep - 1 : … … 28 29 self.pos2 += 1 29 30 val = self.opick.pp.getval() 31 #if not results: val = 0 32 #else: val = results[1] 30 33 self.dfframe.set(val,self.btwinlen - self.btstep + self.pos2,0) 31 34 i=0 -
python/aubio/task/task.py
r9b138a8 rba11e53 53 53 #print "task execution took %f seconds" % (time.time() - self.tic) 54 54 return time.time() - self.tic 55
Note: See TracChangeset
for help on using the changeset viewer.