LFNoise1

object LFNoise1 extends ProductReader[LFNoise1]

A ramp noise UGen. It generates line segments whose start and end points are chosen randomly between -1 and +1 . New breakpoints are generated at a specified frequency.

The frequency is quantized to the nearest integer division of the sample rate, and changes in frequency are only picked up at the next trigger. In contrast, variant LFDNoise1 has precise frequency and reacts to frequency changes instantly.

===Examples===

// plain noise
play { LFNoise1.ar(1000) * 0.25 }
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[LFNoise1]
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(freq: GE): LFNoise1
Value Params
freq

rate at which to generate new breakpoints.

def kr(freq: GE): LFNoise1
Value Params
freq

rate at which to generate new breakpoints.

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