From f04b949e4a4fd436452e111aba21068e6791daf9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 14 Apr 2013 17:53:22 -0500 Subject: [PATCH] timeside/analyzer/aubio_temporal.py: fix id --- timeside/analyzer/aubio_temporal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5