From: Paul Brossier Date: Sun, 14 Apr 2013 20:02:43 +0000 (-0500) Subject: timeside/analyzer/aubio_temporal.py: use AnalyzerResultContainer X-Git-Tag: 0.5.0~115^2~40 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c04dbd96a0fbaf495d251285f63bce2d1da551b1;p=timeside.git timeside/analyzer/aubio_temporal.py: use AnalyzerResultContainer --- diff --git a/timeside/analyzer/aubio_temporal.py b/timeside/analyzer/aubio_temporal.py index 5d7edc1..dd0515c 100644 --- a/timeside/analyzer/aubio_temporal.py +++ b/timeside/analyzer/aubio_temporal.py @@ -94,4 +94,4 @@ class AubioTemporal(Processor): else: bpm.value = 0 - return onsets, onsetrate_mean, onsetrate_median, beats, bpm + return AnalyzerResultContainer([onsets, onsetrate_mean, onsetrate_median, beats, bpm])