From: Thomas Fillon Date: Wed, 4 Jun 2014 14:35:23 +0000 (+0200) Subject: Fixes grapher for aubio_pitch renderer X-Git-Tag: 0.5.6~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Fcrem;p=timeside.git Fixes grapher for aubio_pitch renderer --- 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',