specialize isfinite for MSVC compat
[ardour.git] / libs / vamp-plugins / AmplitudeFollower.h
index 3aa91f51f7c7adf42d0a0b52484640d840a67ee6..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
@@ -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);