PitchShift

object PitchShift extends ProductReader[PitchShift]

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

Companion
class
trait Product
trait Mirror
trait ProductReader[PitchShift]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE, winSize: GE, pitchRatio: GE, pitchDispersion: GE, timeDispersion: GE): PitchShift
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)''

def read(in: RefMapIn, key: String, arity: Int): PitchShift