This is a struct containing all the parameters needed to describe a pitch shift effect. More...
#include <effectparameters.h>
Public Member Functions | |
| PitchShifterParameters (Integer coarseTune=12, Integer fineTune=0) | |
| Struct constructor. More... | |
Public Attributes | |
| Integer | CoarseTune |
| This sets the number of semitones by which the pitch is shifted. More... | |
| Integer | FineTune |
| This sets the number of cents between Semitones a pitch is shifted. More... | |
This is a struct containing all the parameters needed to describe a pitch shift effect.
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 667 of file effectparameters.h.
|
inline |
Struct constructor.
| coarseTune | This sets the number of semitones by which the pitch is shifted. |
| fineTune | This sets the number of cents between Semitones a pitch is shifted. |
Definition at line 679 of file effectparameters.h.
| Integer Mezzanine::Audio::PitchShifterParameters::CoarseTune |
This sets the number of semitones by which the pitch is shifted.
Definition at line 671 of file effectparameters.h.
| Integer Mezzanine::Audio::PitchShifterParameters::FineTune |
This sets the number of cents between Semitones a pitch is shifted.
Definition at line 674 of file effectparameters.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.