cAudio::sPitchShifterParameters Struct Reference

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>

List of all members.

Public Member Functions

 sPitchShifterParameters (int coarseTune=12, int fineTune=0)

Public Attributes

int CoarseTune
int FineTune

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations

Generated on Sat Feb 20 22:55:24 2010 for cAudio by  doxygen 1.6.2