Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
355:d02f71281639 | 356:ca3b91119482 |
---|---|
54 | 54 |
55 virtual unsigned int getParameterCount() const; | 55 virtual unsigned int getParameterCount() const; |
56 virtual void setParameterValue(unsigned int parameter, float value); | 56 virtual void setParameterValue(unsigned int parameter, float value); |
57 virtual float getParameterValue(unsigned int parameter) const; | 57 virtual float getParameterValue(unsigned int parameter) const; |
58 virtual float getParameterDefault(unsigned int parameter) const; | 58 virtual float getParameterDefault(unsigned int parameter) const; |
59 virtual int getParameterDisplayHint(unsigned int parameter) const; | |
59 | 60 |
60 virtual ParameterList getParameterDescriptors() const; | 61 virtual ParameterList getParameterDescriptors() const; |
61 virtual float getParameter(std::string) const; | 62 virtual float getParameter(std::string) const; |
62 virtual void setParameter(std::string, float); | 63 virtual void setParameter(std::string, float); |
63 | 64 |