summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/onset_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/onset_detector.h')
-rw-r--r--libs/ardour/ardour/onset_detector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/onset_detector.h b/libs/ardour/ardour/onset_detector.h
index 1724f216b6..dea4efe1ab 100644
--- a/libs/ardour/ardour/onset_detector.h
+++ b/libs/ardour/ardour/onset_detector.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2008 Paul Davis
+ Copyright (C) 2008 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
@@ -43,7 +43,7 @@ class OnsetDetector : public AudioAnalyser
int run (const std::string& path, Readable*, uint32_t channel, AnalysisFeatureList& results);
static void cleanup_onsets (AnalysisFeatureList&, float sr, float gap_msecs);
-
+
protected:
AnalysisFeatureList* current_results;
int use_features (Vamp::Plugin::FeatureSet&, std::ostream*);