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) }
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
SampleRate