]> git.parisson.com Git - timeside.git/commitdiff
timeside/analyzer/aubio_temporal.py: fix id
authorPaul Brossier <piem@piem.org>
Sun, 14 Apr 2013 22:53:22 +0000 (17:53 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 14 Apr 2013 22:53:22 +0000 (17:53 -0500)
timeside/analyzer/aubio_temporal.py

index dd0515c1b637b6b31f8907ee622679faeff1d135..16fad9f3d3d8789e494d35e2294a4953ccacf24d 100644 (file)
@@ -41,7 +41,7 @@ class AubioTemporal(Processor):
     @staticmethod
     @interfacedoc
     def id():
-        return "aubio_onset"
+        return "aubio_temporal"
 
     @staticmethod
     @interfacedoc