RadiansPerSample

object RadiansPerSample extends ProductReader[RadiansPerSample]

A UGen that delivers the conversion factor from frequency in Hertz to radians (normalized frequency). The relation is RadiansPerSample * sr = 2pi , thus multiplying the UGen with a frequency between zero and nyquist (sr/2) yields the normalized frequency between zero and pi.

===Examples===

// print the UGen value
play { RadiansPerSample.ir.poll(0) }
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[RadiansPerSample]
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 read(in: RefMapIn, key: String, arity: Int): RadiansPerSample