Ignore:
Timestamp:
Feb 17, 2006, 5:03:04 PM (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:
677b267
Parents:
0cd995a
Message:

start using results structure, move onset specific out of node
start using results structure, move onset specific out of node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/tasks.py

    r0cd995a rdbc0351  
    402402                                onset_roc(ltru,lres,self.params.tol)
    403403                elif mode == 'rocloc':
    404                         self.orig, self.missed, self.merged, \
    405                                 self.expc, self.bad, self.doubled, \
    406                                 self.l, self.mean = \
     404                        self.v = {}
     405                        self.v['orig'], self.v['missed'], self.v['Tm'], \
     406                                self.v['expc'], self.v['bad'], self.v['Td'], \
     407                                self.v['l'], self.v['labs'] = \
    407408                                onset_rocloc(ltru,lres,self.params.tol)
    408409
Note: See TracChangeset for help on using the changeset viewer.