CombN

final case class CombN(in: D, maxLength: I, length: I, decay: D) extends SingleOut[Double]

A comb filter delay line UGen with no interpolation.

Value parameters:
decay

the feedback's -60 dB decay time in sample frames. The value can be obtained from the decay time in seconds by multiplication with the sampling rate. Negative numbers are allowed and mean that the feedback signal is phase inverted.

in

the signal to filter

length

the delay time in sample frames. The value can be obtained from the delay time in seconds by multiplication with the sampling rate.

maxLength

the maximum delay time in sample frames. this is only read once and constrains the values of length

Companion:
object
trait Serializable
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
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