From 086ac9c59ff0554ca34db17e51f3f9302a656b40 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 3 Feb 2014 08:48:44 +0000 Subject: NT refactoring audio analysis --- NT/src/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NT/src/graph.cpp') diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp index ad89061..f108f55 100644 --- a/NT/src/graph.cpp +++ b/NT/src/graph.cpp @@ -46,7 +46,7 @@ bool Graph::load_audio(const std::string &filename) { } } for (auto p: processors) { - if(!p->init(channels,bits,samples,rate) ){ + if(!p->init_vamp(channels,bits,samples,rate) ){ logger.error("ERROR: Audio plugin failed to initialse"); return false; } -- cgit v1.2.3