JUCE
Loading...
Searching...
No Matches
AudioProcessorParameterWithIDAttributes Class Reference

An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter. More...

#include <juce_AudioProcessorParameterWithID.h>

Public Types

using Category = AudioProcessorParameter::Category

Public Member Functions

JUCE_NODISCARD auto withLabel (String x) const
 An optional label for the parameter's value.
JUCE_NODISCARD auto withCategory (Category x) const
 The semantics of this parameter.
JUCE_NODISCARD auto withMeta (bool x) const
JUCE_NODISCARD auto withAutomatable (bool x) const
JUCE_NODISCARD auto withInverted (bool x) const
JUCE_NODISCARD auto getLabel () const
 An optional label for the parameter's value.
JUCE_NODISCARD auto getCategory () const
 The semantics of this parameter.
JUCE_NODISCARD auto getMeta () const
JUCE_NODISCARD auto getAutomatable () const
JUCE_NODISCARD auto getInverted () const

Detailed Description

An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter.

Member Typedef Documentation

◆ Category

Member Function Documentation

◆ withLabel()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withLabel ( String x) const

An optional label for the parameter's value.

References JUCE_NODISCARD, and withMember().

◆ withCategory()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withCategory ( Category x) const

The semantics of this parameter.

References JUCE_NODISCARD, and withMember().

◆ withMeta()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withMeta ( bool x) const

◆ withAutomatable()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withAutomatable ( bool x) const

◆ withInverted()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::withInverted ( bool x) const

◆ getLabel()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getLabel ( ) const

An optional label for the parameter's value.

References JUCE_NODISCARD.

◆ getCategory()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getCategory ( ) const

The semantics of this parameter.

References JUCE_NODISCARD.

◆ getMeta()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getMeta ( ) const

◆ getAutomatable()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getAutomatable ( ) const

◆ getInverted()

JUCE_NODISCARD auto AudioProcessorParameterWithIDAttributes::getInverted ( ) const

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