summaryrefslogtreecommitdiff
path: root/libs/ardour/transient_detector.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/transient_detector.cc')
-rw-r--r--libs/ardour/transient_detector.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/libs/ardour/transient_detector.cc b/libs/ardour/transient_detector.cc
index 5167828691..41bb51f710 100644
--- a/libs/ardour/transient_detector.cc
+++ b/libs/ardour/transient_detector.cc
@@ -30,19 +30,11 @@ using namespace std;
/* need a static initializer function for this */
-string TransientDetector::_op_id = X_("libardourvampplugins:qm-onsetdetector:2");
+string TransientDetector::_op_id = X_("qm-onset");
TransientDetector::TransientDetector (float sr)
: AudioAnalyser (sr, X_("libardourvampplugins:qm-onsetdetector"))
{
- /* update the op_id */
-
- _op_id = X_("libardourvampplugins:qm-onsetdetector");
-
- // XXX this should load the above-named plugin and get the current version
-
- _op_id += ":2";
-
threshold = 0.00;
}