hotfix process-graph: include internal-send -> internal return
[ardour.git] / libs / ardour / onset_detector.cc
index 7325f4a520fff4d7f2de21586308e12fe7d52dcb..60fea6dabb33dac17accf227ab16da7be146e984 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -28,19 +28,12 @@ using namespace std;
 
 /* need a static initializer function for this */
 
-string OnsetDetector::_op_id = X_("libardourvampplugins:aubioonset:2");
+string OnsetDetector::_op_id = X_("aubio-onset");
 
 OnsetDetector::OnsetDetector (float sr)
        : AudioAnalyser (sr, X_("libardourvampplugins:aubioonset"))
        , current_results (0)
 {
-       /* update the op_id */
-
-       _op_id = X_("libardourvampplugins:aubioonset");
-
-       // XXX this should load the above-named plugin and get the current version
-
-       _op_id += ":2";
 }
 
 OnsetDetector::~OnsetDetector()