|
Audaspace 1.7.0
A high level audio library.
|
This is the complete list of members for ADSR, including all inherited members.
| ADSR(std::shared_ptr< ISound > sound, float attack, float decay, float sustain, float release) | ADSR | |
| createReader() | ADSR | virtual |
| Effect(std::shared_ptr< ISound > sound) | Effect | |
| getAttack() const | ADSR | |
| getDecay() const | ADSR | |
| getReader() const | Effect | inlineprotected |
| getRelease() const | ADSR | |
| getSound() const | Effect | |
| getSustain() const | ADSR | |
| m_sound | Effect | protected |
| setAttack(float attack) | ADSR | |
| setDecay(float decay) | ADSR | |
| setRelease(float release) | ADSR | |
| setSustain(float sustain) | ADSR | |
| ~Effect() | Effect | virtual |
| ~ISound() | ISound | inlinevirtual |