]> git.parisson.com Git - timeside.git/commit
Add a parents attribute to Processor. A Processor can access its parents results...
authorThomas Fillon <thomas@parisson.com>
Thu, 31 Oct 2013 16:49:01 +0000 (17:49 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 31 Oct 2013 16:49:01 +0000 (17:49 +0100)
commit4cda4d7a5a0636e42cf39e761b2344e8c18f8c3f
tree31b80d8903a1410e89316f6a6d2ecde9a6e3471b
parentcfea433649882c105bad26f982b537060eb4bb75
Add a parents attribute to Processor. A Processor can access its parents results through the pipe in which it runs
19 files changed:
timeside/analyzer/__init__.py
timeside/analyzer/aubio_melenergy.py
timeside/analyzer/aubio_mfcc.py
timeside/analyzer/aubio_pitch.py
timeside/analyzer/aubio_specdesc.py
timeside/analyzer/aubio_temporal.py
timeside/analyzer/core.py
timeside/analyzer/dc.py
timeside/analyzer/level.py
timeside/analyzer/odf.py [new file with mode: 0644]
timeside/analyzer/spectrogram.py
timeside/analyzer/vamp_plugin.py
timeside/analyzer/waveform.py
timeside/analyzer/yaafe.py
timeside/api.py
timeside/component.py
timeside/core.py
timeside/decoder/core.py
timeside/grapher/core.py