A2K

object A2K extends ProductReader[A2K]

A converter UGen that takes an audio-rate input and produces a control-rate output by means of sampling. The sample is always taken at the beginning of each control-block, while all other samples of the audio-rate input within that block are ignored.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[A2K]
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 kr(in: GE): A2K
Value Params
in

audio-rate signal to convert

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