summaryrefslogtreecommitdiff
path: root/libs/ardour/transient_detector.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-25 17:46:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-25 17:46:12 +0000
commitd9b02a266d28a313d074b7efee8e4f03edb11418 (patch)
tree7b2b1062ff512ab4443d2596464cc6de4de072d3 /libs/ardour/transient_detector.cc
parent50c51ce2392c44156b16f228b71f035766f64dfb (diff)
lots of small fixes related to the rythmic rodent
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2967 d708f5d6-7413-0410-9779-e7cbd77b26cf
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()