Use any effect from the STK framework: e.g. Chorus, Echo, FreeVerb, JCRev, PitShift... https://github.com/pschatzmann/Arduino-STK.
More...
#include <AudioSTK.h>
|
| | STKEffect (stk::Effect &stkEffect) |
| |
| virtual bool | active () |
| | determines if the effect is active
|
| |
| virtual AudioEffect * | clone ()=0 |
| |
| 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) |
| |
Use any effect from the STK framework: e.g. Chorus, Echo, FreeVerb, JCRev, PitShift... https://github.com/pschatzmann/Arduino-STK.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ STKEffect()
◆ active()
determines if the effect is active
◆ clip()
| int16_t clip |
( |
int32_t |
in, |
|
|
int16_t |
clipLimit = 32767, |
|
|
int16_t |
resultLimit = 32767 |
|
) |
| |
|
inlineprotectedinherited |
◆ clone()
Implemented in SimpleLPF, Boost, Distortion, Fuzz, Tremolo, Delay, ADSRGain, PitchShift, Compressor, SimpleChorus, FilteredDelay, SimpleDelay, SimpleFlanger, STKChorus, STKEcho, STKFreeVerb, STKChowningReverb, STKNReverb, STKPerryReverb, STKLentPitShift, and STKPitShift.
◆ 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
◆ p_effect
| stk::Effect* p_effect = nullptr |
|
protected |
The documentation for this class was generated from the following file: