Differentiate

final case class Differentiate[A](in: GE[A])(implicit num: Num[A]) extends SingleOut[A] with ProductWithAdjuncts

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 ProductWithAdjuncts
trait SingleOut[A]
trait Lazy[A]
trait GE[A]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts

Inherited methods

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