Slope

object Slope extends ProductReader[Slope]

A UGen measuring the slope of signal. It calculates the rate of change per second of a signal, as given by the following formula:

out(i) = (in(i) - in(i-1)) * sampleRate

It thus equal to HPZ1.ar(_) * 2 * SampleRate.ir

Companion
class
trait Product
trait Mirror
trait ProductReader[Slope]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE): Slope
Value Params
in

input signal to be measured

def kr(in: GE): Slope
Value Params
in

input signal to be measured

def read(in: RefMapIn, key: String, arity: Int): Slope