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
Public Types | Public Member Functions | List of all members
juce::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

auto withLabel (String x) const
 An optional label for the parameter's value.
 
auto withCategory (Category x) const
 The semantics of this parameter.
 
auto withMeta (bool x) const
 
auto withAutomatable (bool x) const
 
auto withInverted (bool x) const
 
auto getLabel () const
 An optional label for the parameter's value.
 
auto getCategory () const
 The semantics of this parameter.
 
auto getMeta () const
 
auto getAutomatable () const
 
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.

@tags{Audio}

Definition at line 70 of file juce_AudioProcessorParameterWithID.h.

Member Typedef Documentation

◆ Category

Definition at line 75 of file juce_AudioProcessorParameterWithID.h.

Member Function Documentation

◆ getAutomatable()

auto juce::AudioProcessorParameterWithIDAttributes::getAutomatable ( ) const

◆ getCategory()

auto juce::AudioProcessorParameterWithIDAttributes::getCategory ( ) const

The semantics of this parameter.

Definition at line 96 of file juce_AudioProcessorParameterWithID.h.

◆ getInverted()

auto juce::AudioProcessorParameterWithIDAttributes::getInverted ( ) const

◆ getLabel()

auto juce::AudioProcessorParameterWithIDAttributes::getLabel ( ) const

An optional label for the parameter's value.

Definition at line 93 of file juce_AudioProcessorParameterWithID.h.

◆ getMeta()

auto juce::AudioProcessorParameterWithIDAttributes::getMeta ( ) const

◆ withAutomatable()

auto juce::AudioProcessorParameterWithIDAttributes::withAutomatable ( bool  x) const

◆ withCategory()

auto juce::AudioProcessorParameterWithIDAttributes::withCategory ( Category  x) const

The semantics of this parameter.

Definition at line 81 of file juce_AudioProcessorParameterWithID.h.

◆ withInverted()

auto juce::AudioProcessorParameterWithIDAttributes::withInverted ( bool  x) const

◆ withLabel()

auto juce::AudioProcessorParameterWithIDAttributes::withLabel ( String  x) const

An optional label for the parameter's value.

Definition at line 78 of file juce_AudioProcessorParameterWithID.h.

◆ withMeta()

auto juce::AudioProcessorParameterWithIDAttributes::withMeta ( bool  x) const

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