LPF

final case
class LPF(in: GE, freqN: GE) extends SingleOut

A second order low-pass filter UGen. It implements the same type of filter as the SuperCollider equivalent.

Value Params
freqN

the normalized cut-off frequency (frequency in Hertz divided by sampling rate)

in

the signal to filter

Companion
object
trait Serializable
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product