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::AudioParameterIntAttributes Class Reference

Properties of an AudioParameterInt. More...

#include "juce_AudioParameterInt.h"

Inheritance diagram for juce::AudioParameterIntAttributes:
juce::RangedAudioParameterAttributes< AudioParameterIntAttributes, int >

Additional Inherited Members

- Public Types inherited from juce::RangedAudioParameterAttributes< AudioParameterIntAttributes, int >
using Category = AudioProcessorParameter::Category
 
using StringFromValue = std::function< String(int, int)>
 
using ValueFromString = std::function< int(const String &)>
 
- Public Member Functions inherited from juce::RangedAudioParameterAttributes< AudioParameterIntAttributes, int >
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 AudioParameterInt.

See also
AudioParameterInt(), RangedAudioParameterAttributes()

@tags{Audio}

Definition at line 35 of file juce_AudioParameterInt.h.


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