Packages

object Convolution3 extends ProductReader[Convolution3] with Serializable

A UGen for triggered convolution in the time domain.

Warning: This UGen seems currently broken (SC 3.6.3)

See also

PartConv

Convolution2

Convolution

Convolution2L

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Convolution3
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def ar(in: GE, kernel: GE, trig: GE = 1, frameSize: GE): Convolution3

    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.

    frameSize

    (init-time only)

  2. def read(in: RefMapIn, key: String, arity: Int): Convolution3
    Definition Classes
    Convolution3ProductReader