Make tempo tests use the api more correctly.
[ardour.git] / libs / vamp-plugins / AmplitudeFollower.h
index 6c3426e3249200caa13247f7c32ce3588ed3e243..ef7edcff69e8c2d80e5c23fff0231149ec7e8334 100644 (file)
@@ -7,7 +7,7 @@
 
     Centre for Digital Music, Queen Mary, University of London.
     This file copyright 2006 Dan Stowell.
-  
+
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation
     files (the "Software"), to deal in the Software without
@@ -37,7 +37,7 @@
 #ifndef _AMPLITUDE_FOLLOWER_PLUGIN_H_
 #define _AMPLITUDE_FOLLOWER_PLUGIN_H_
 
-#include "vamp-sdk/Plugin.h"
+#include <vamp-sdk/Plugin.h>
 
 /**
  * Example plugin implementing the SuperCollider amplitude follower
@@ -61,9 +61,9 @@ public:
     std::string getMaker() const;
     int getPluginVersion() const;
     std::string getCopyright() const;
-       
+
     OutputList getOutputDescriptors() const;
-       
+
     ParameterList getParameterDescriptors() const;
     float getParameter(std::string paramid) const;
     void setParameter(std::string paramid, float newval);