PitchShift

final case
class PitchShift(in: GE, winSize: GE, pitchRatio: GE, pitchDispersion: GE, timeDispersion: GE) extends SingleOut with AudioRated

A time domain granular pitch shifter. Grains have a triangular amplitude envelope and an overlap of 4:1.

Value Params
in

The input signal.

pitchDispersion

The maximum random deviation of the pitch from the pitchRatio.

pitchRatio

The ratio of the pitch shift. Must be from 0 to 4.

timeDispersion

A random offset of from zero to timeDispersion seconds is added to the delay of each grain. Use of some dispersion can alleviate a hard comb filter effect due to uniform grain placement. It can also be an effect in itself. timeDispersion can be no larger than windowSize.

winSize

The size of the grain window in seconds. ''(init-time only)''

Companion
object
trait Serializable
trait AudioRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
AudioRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource