| 
    DISTRHO Plugin Framework
    
   | 
 
#include <DistrhoPlugin.hpp>
Public Member Functions | |
| ParameterEnumerationValue () noexcept | |
| ParameterEnumerationValue (float v, const char *l) noexcept | |
Public Attributes | |
| float | value | 
| String | label | 
Parameter enumeration value.
A string representation of a plugin parameter value.
Used together can be used to give meaning to parameter values, working as an enumeration. 
      
  | 
  inlinenoexcept | 
Default constructor, using 0.0 as value and empty label.
      
  | 
  inlinenoexcept | 
Constructor using custom values.
| float ParameterEnumerationValue::value | 
Parameter value.
 1.8.17