From: Paul Brossier Date: Sun, 14 Apr 2013 22:53:22 +0000 (-0500) Subject: timeside/analyzer/aubio_temporal.py: fix id X-Git-Tag: 0.5.0~115^2~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f04b949e4a4fd436452e111aba21068e6791daf9;p=timeside.git timeside/analyzer/aubio_temporal.py: fix id --- diff --git a/timeside/analyzer/aubio_temporal.py b/timeside/analyzer/aubio_temporal.py index dd0515c..16fad9f 100644 --- a/timeside/analyzer/aubio_temporal.py +++ b/timeside/analyzer/aubio_temporal.py @@ -41,7 +41,7 @@ class AubioTemporal(Processor): @staticmethod @interfacedoc def id(): - return "aubio_onset" + return "aubio_temporal" @staticmethod @interfacedoc