Chorus Effect.
More...
#include <AudioSTK.h>
|
| int16_t | clip (int32_t in, int16_t clipLimit=32767, int16_t resultLimit=32767) |
| | generic clipping method
|
| |
| void | copyParent (AudioEffect *copy) |
| |
Chorus Effect.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ STKChorus() [1/2]
◆ STKChorus() [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: