Differentiate

final case
class Differentiate(in: GE) extends SingleOut

A UGen that outputs the differences between adjacent input samples.

The length of the signal is the length of the input. The first output will be the first input (internal x1 state is zero).

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