PV_Diffuser

final case
class PV_Diffuser(chain: GE, trig: GE) extends SingleOut with ControlRated with HasSideEffect with IsIndividual

A phase vocoder UGen that adds a different constant random phase shift to each bin. The trigger will select a new set of random phases.

Value Params
chain

the FFT'ed buffer

trig

to trigger a new selection of random phases. A trigger occurs when passing from non-positive to positive value.

Companion
object
trait Serializable
trait IsIndividual
trait HasSideEffect
trait ControlRated
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
ControlRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource