Convolution3

object Convolution3 extends ProductReader[Convolution3]

A UGen for triggered convolution in the time domain.

'''Warning: This UGen seems currently broken (SC 3.6.3)'''

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Convolution3]
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, kernel: GE, trig: GE, frameSize: GE): Convolution3
Value Params
frameSize

''(init-time only)''

in

the realtime input to be convolved

kernel

buffer identifier for the fixed kernel, which may be modulated in combination with the trigger. Even a trigger input of zero is used, upon UGen initialization the kernel must point to a valid buffer, otherwise the UGen aborts.

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