Impulse

final case class Impulse(freqN: D, phase: D) extends SingleOut[Boolean]

Impulse (repeated dirac) generator. For a single impulse that is never repeated, use zero.

Value parameters:
freqN

normalized frequency (reciprocal of frame period)

phase

phase offset in cycles (0 to 1).

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