X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fvamp-plugins%2FAmplitudeFollower.h;h=ef7edcff69e8c2d80e5c23fff0231149ec7e8334;hb=dcf852aae41a2d407f770324f30a5b5138a51039;hp=3aa91f51f7c7adf42d0a0b52484640d840a67ee6;hpb=ea1ccb869a152d7344f498d2a062867f5bcf9d0b;p=ardour.git diff --git a/libs/vamp-plugins/AmplitudeFollower.h b/libs/vamp-plugins/AmplitudeFollower.h index 3aa91f51f7..ef7edcff69 100644 --- a/libs/vamp-plugins/AmplitudeFollower.h +++ b/libs/vamp-plugins/AmplitudeFollower.h @@ -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);