|
LMMS
|
#include <juce_AudioPluginInstance.h>
Private Attributes | |
| const StringArray | onStrings |
| const StringArray | offStrings |
Additional Inherited Members | |
| Public Types inherited from juce::AudioProcessorParameter | |
| enum | Category { genericParameter = (0 << 16) | 0 , inputGain = (1 << 16) | 0 , outputGain = (1 << 16) | 1 , inputMeter = (2 << 16) | 0 , outputMeter = (2 << 16) | 1 , compressorLimiterGainReductionMeter = (2 << 16) | 2 , expanderGateGainReductionMeter = (2 << 16) | 3 , analysisMeter = (2 << 16) | 4 , otherMeter = (2 << 16) | 5 } |
Structure used to describe plugin parameters
| juce::AudioPluginInstance::Parameter::Parameter | ( | ) |
|
overridevirtual |
Returns a textual version of the supplied normalised parameter value. The default implementation just returns the floating point value as a string, but this could do anything you need for a custom type of value.
Reimplemented from juce::AudioProcessorParameter.
|
overridevirtual |
Should parse a string and return the appropriate value for it.
Implements juce::AudioProcessorParameter.
|
private |
|
private |