summaryrefslogtreecommitdiff
path: root/NT/src/graph.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-02-03 08:48:44 +0000
committerComment <tim@gray.(none)>2014-02-03 08:48:44 +0000
commit086ac9c59ff0554ca34db17e51f3f9302a656b40 (patch)
tree1bebb4cefd64e5871de02918029d2a2fe1bb8e8f /NT/src/graph.cpp
parent8d2a96416c0c02ec14f14c363052468115e61ec2 (diff)
NT refactoring audio analysis
Diffstat (limited to 'NT/src/graph.cpp')
-rw-r--r--NT/src/graph.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}