From 433d9007ffe0b0189e66b9b2010f0900ca4855ef Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 4 Jun 2014 16:35:23 +0200 Subject: [PATCH] Fixes grapher for aubio_pitch renderer --- timeside/grapher/render_analyzers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeside/grapher/render_analyzers.py b/timeside/grapher/render_analyzers.py index 44926ef..a1ca550 100644 --- a/timeside/grapher/render_analyzers.py +++ b/timeside/grapher/render_analyzers.py @@ -96,7 +96,7 @@ class DisplayAnalyzer(Grapher): # From here define new Grapher based on Analyzers try: - aubiopitch = get_processor('aubio_pitch') + aubiopitch = get_processor('aubio_pitch')() DisplayAubioPitch = DisplayAnalyzer.create(analyzer=aubiopitch, result_id='aubio_pitch.pitch', grapher_id='grapher_aubio_pitch', -- 2.39.5