Rename internal sends when their send-to bus changes.
[ardour.git] / libs / ardour / ardour / onset_detector.h
index 9243653d94c7dc183202990925b4b04d2ff4206d..dea4efe1abb3d48a0e300d901ae1a2c9311b574b 100644 (file)
@@ -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
@@ -20,7 +20,7 @@
 #ifndef __ardour_onset_detector_h__
 #define __ardour_onset_detector_h__
 
-#include <ardour/audioanalyser.h>
+#include "ardour/audioanalyser.h"
 
 namespace ARDOUR {
 
@@ -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*);