neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::adsr_envelope Struct Reference

#include <audio_primitives.hpp>

Public Attributes

float attack
 
float decay
 
float sustain
 
float release
 

Detailed Description

Definition at line 998 of file audio_primitives.hpp.

Member Data Documentation

◆ attack

float neogfx::adsr_envelope::attack

Definition at line 1000 of file audio_primitives.hpp.

◆ decay

float neogfx::adsr_envelope::decay

Definition at line 1001 of file audio_primitives.hpp.

◆ release

float neogfx::adsr_envelope::release

Definition at line 1003 of file audio_primitives.hpp.

◆ sustain

float neogfx::adsr_envelope::sustain

Definition at line 1002 of file audio_primitives.hpp.


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