Pitch shifter effect class based on the Lent algorithm.
More...
#include <AudioSTK.h>
|
|
| STKLentPitShift (const STKLentPitShift ©)=default |
| |
|
| STKLentPitShift (float periodRatio=1.0, int tMax=512) |
| |
|
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) |
| |
|
|
bool | active_flag = true |
| |
|
int | id_value = -1 |
| |
Pitch shifter effect class based on the Lent algorithm.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ clone()
◆ process()
| virtual effect_t process |
( |
effect_t |
in | ) |
|
|
inlinevirtual |
calculates the effect output from the input
Implements AudioEffect.
The documentation for this class was generated from the following file: