JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
List of all members
juce::AudioParameterBoolAttributes Class Reference

Properties of an AudioParameterBool. More...

#include "juce_AudioParameterBool.h"

Inheritance diagram for juce::AudioParameterBoolAttributes:
juce::RangedAudioParameterAttributes< AudioParameterBoolAttributes, bool >

Additional Inherited Members

- Public Types inherited from juce::RangedAudioParameterAttributes< AudioParameterBoolAttributes, bool >
using Category = AudioProcessorParameter::Category
 
using StringFromValue = std::function< String(bool, int)>
 
using ValueFromString = std::function< bool(const String &)>
 
- Public Member Functions inherited from juce::RangedAudioParameterAttributes< AudioParameterBoolAttributes, bool >
auto withStringFromValueFunction (StringFromValue x) const
 An optional lambda function that converts a non-normalised value to a string with a maximum length.
 
auto withValueFromStringFunction (ValueFromString x) const
 An optional lambda function that parses a string and converts it into a non-normalised value.
 
auto withLabel (String x) const
 See AudioProcessorParameterWithIDAttributes::withLabel()
 
auto withCategory (Category x) const
 See AudioProcessorParameterWithIDAttributes::withCategory()
 
auto withMeta (bool x) const
 See AudioProcessorParameter::isMetaParameter()
 
auto withAutomatable (bool x) const
 See AudioProcessorParameter::isAutomatable()
 
auto withInverted (bool x) const
 See AudioProcessorParameter::isOrientationInverted()
 
const auto & getStringFromValueFunction () const
 An optional lambda function that converts a non-normalised value to a string with a maximum length.
 
const auto & getValueFromStringFunction () const
 An optional lambda function that parses a string and converts it into a non-normalised value.
 
const auto & getAudioProcessorParameterWithIDAttributes () const
 Gets attributes that would also apply to an AudioProcessorParameterWithID.
 

Detailed Description

Properties of an AudioParameterBool.

See also
AudioParameterBool(), RangedAudioParameterAttributes()

@tags{Audio}

Definition at line 35 of file juce_AudioParameterBool.h.


The documentation for this class was generated from the following file: