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 Member Functions | Public Attributes | List of all members
juce::ADSR::Parameters Struct Reference

Holds the parameters being used by an ADSR object. More...

#include "juce_ADSR.h"

Public Member Functions

 Parameters (float attackTimeSeconds, float decayTimeSeconds, float sustainLevel, float releaseTimeSeconds)
 

Public Attributes

float attack
 
float decay
 
float sustain
 
float release
 

Detailed Description

Holds the parameters being used by an ADSR object.

@tags{Audio}

Definition at line 55 of file juce_ADSR.h.

Constructor & Destructor Documentation

◆ Parameters()

juce::ADSR::Parameters::Parameters ( float  attackTimeSeconds,
float  decayTimeSeconds,
float  sustainLevel,
float  releaseTimeSeconds 
)

Definition at line 59 of file juce_ADSR.h.

Member Data Documentation

◆ attack

float juce::ADSR::Parameters::attack

Definition at line 70 of file juce_ADSR.h.

◆ decay

float juce::ADSR::Parameters::decay

Definition at line 70 of file juce_ADSR.h.

◆ release

float juce::ADSR::Parameters::release

Definition at line 70 of file juce_ADSR.h.

◆ sustain

float juce::ADSR::Parameters::sustain

Definition at line 70 of file juce_ADSR.h.


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