Mercurial > hg > svcore
diff plugin/LADSPAPluginInstance.h @ 356:ca3b91119482
* fix support for logarithmic hints in plugin parameters
author | Chris Cannam |
---|---|
date | Mon, 17 Dec 2007 12:32:28 +0000 |
parents | 71f869dac40b |
children | 9b35a1731c3d |
line wrap: on
line diff
--- a/plugin/LADSPAPluginInstance.h Thu Dec 13 17:14:33 2007 +0000 +++ b/plugin/LADSPAPluginInstance.h Mon Dec 17 12:32:28 2007 +0000 @@ -56,6 +56,7 @@ virtual void setParameterValue(unsigned int parameter, float value); virtual float getParameterValue(unsigned int parameter) const; virtual float getParameterDefault(unsigned int parameter) const; + virtual int getParameterDisplayHint(unsigned int parameter) const; virtual ParameterList getParameterDescriptors() const; virtual float getParameter(std::string) const;