summaryrefslogtreecommitdiff
path: root/NT/src/graph.cpp
diff options
context:
space:
mode:
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;
}