Mercurial > hg > svcore
diff plugin/RealTimePluginInstance.h @ 383:94fc0591ea43 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | 13e5870040e6 |
children | 9b35a1731c3d |
line wrap: on
line diff
--- a/plugin/RealTimePluginInstance.h Fri Nov 30 17:36:14 2007 +0000 +++ b/plugin/RealTimePluginInstance.h Wed Feb 27 10:32:45 2008 +0000 @@ -112,6 +112,7 @@ virtual void setParameterValue(unsigned int parameter, float value) = 0; virtual float getParameterValue(unsigned int parameter) const = 0; virtual float getParameterDefault(unsigned int parameter) const = 0; + virtual int getParameterDisplayHint(unsigned int parameter) const = 0; virtual std::string configure(std::string /* key */, std::string /* value */) { return std::string(); }