]> git.parisson.com Git - timeside.git/commitdiff
Fixes grapher for aubio_pitch renderer crem
authorThomas Fillon <thomas@parisson.com>
Wed, 4 Jun 2014 14:35:23 +0000 (16:35 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 4 Jun 2014 14:35:23 +0000 (16:35 +0200)
timeside/grapher/render_analyzers.py

index 44926efba695932f38b8245a0661cc9871c25422..a1ca550214a260b9aed101d88375520d3862a522 100644 (file)
@@ -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',