OnePole

final case
class OnePole(in: GE, coef: GE) extends SingleOut

A one pole (IIR) filter UGen. Implements the formula :

out(i) = ((1 - abs(coef)) * in(i)) + (coef * out(i-1))
Value Params
coef

feedback coefficient. Should be between -1 and +1

in

input signal to be processed

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