The pitch shifter applies time-invariant pitch shifting to the input signal, over a one octave range and controllable at a semi-tone and cent resolution. More...
#include <IEffectParameters.h>
Public Member Functions | |
| sPitchShifterParameters (int coarseTune=12, int fineTune=0) | |
Public Attributes | |
| int | CoarseTune |
| int | FineTune |
The pitch shifter applies time-invariant pitch shifting to the input signal, over a one octave range and controllable at a semi-tone and cent resolution.
Definition at line 657 of file IEffectParameters.h.
This sets the number of semitones by which the pitch is shifted. There are 12 semitones per octave. Negative values create a downwards shift in pitch, positive values pitch the sound upwards. Range: -12 to 12
Definition at line 668 of file IEffectParameters.h.
This sets the number of cents between Semitones a pitch is shifted. A Cent is 1/100th of a Semitone. Negative values create a downwards shift in pitch, positive values pitch the sound upwards. Range: -50 to 50
Definition at line 674 of file IEffectParameters.h.
1.6.2