Dseq

final case
class Dseq(seq: GE, repeats: GE) extends SingleOut with DemandRated with IsIndividual

A demand-rate UGen which reproduces and repeats a sequence of values.

The arguments can be constant or any other ugens, where demand rate UGens are normally polled, proceeding to the next value when the sub-sequence ends.

Value Params
repeats

The number of repetitions of the entire sequence

seq

A multi-channel signal providing the values at each step of the sequence. Typically (but not necessarily) a sequence of constant values.

See also
Companion
object
trait Serializable
trait IsIndividual
trait DemandRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
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
final
def rate: Rate
Inherited from
DemandRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource