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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/transient_detector.cc b/libs/ardour/transient_detector.cc
index e4692b9c95..cc554ee544 100644
--- a/libs/ardour/transient_detector.cc
+++ b/libs/ardour/transient_detector.cc
@@ -7,9 +7,8 @@ using namespace ARDOUR;
using namespace std;
TransientDetector::TransientDetector (float sr)
- : AudioAnalyser (sr, X_("vamp-example-plugins:percussiononsets"))
+ : AudioAnalyser (sr, X_("ardour-vamp-plugins:percussiononsets"))
{
- cerr << "plugin in constructor = " << plugin << endl;
}
TransientDetector::~TransientDetector()