Echo Effect.
More...
#include <AudioSTK.h>
|
| | STKEcho (const STKEcho ©)=default |
| |
| | STKEcho (unsigned long maximumDelay=(unsigned long) Stk::sampleRate()) |
| |
| virtual bool | active () |
| | determines if the effect is active
|
| |
| AudioEffect * | clone () override |
| |
| int | id () |
| | Allows to identify an effect.
|
| |
| virtual effect_t | process (effect_t in) |
| | calculates the effect output from the input
|
| |
| virtual void | setActive (bool value) |
| | sets the effect active/inactive
|
| |
| void | setId (int id) |
| | Allows to identify an effect.
|
| |
|
| int16_t | clip (int32_t in, int16_t clipLimit=32767, int16_t resultLimit=32767) |
| | generic clipping method
|
| |
| void | copyParent (AudioEffect *copy) |
| |
Echo Effect.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ STKEcho() [1/2]
| STKEcho |
( |
unsigned long |
maximumDelay = (unsigned long)Stk::sampleRate() | ) |
|
|
inline |
◆ STKEcho() [2/2]
◆ active()
determines if the effect is active
◆ clip()
| int16_t clip |
( |
int32_t |
in, |
|
|
int16_t |
clipLimit = 32767, |
|
|
int16_t |
resultLimit = 32767 |
|
) |
| |
|
inlineprotectedinherited |
◆ clone()
◆ copyParent()
◆ id()
Allows to identify an effect.
◆ process()
calculates the effect output from the input
Implements AudioEffect.
◆ setActive()
| virtual void setActive |
( |
bool |
value | ) |
|
|
inlinevirtualinherited |
sets the effect active/inactive
◆ setId()
Allows to identify an effect.
◆ active_flag
◆ id_value
The documentation for this class was generated from the following file: