Progress

final case class Progress(in: D, trig: B, label: String) extends ZeroOut

A UGen that contributes to the progress monitoring of a graph. It is possible to instantiate multiple instances of this UGen, in which cases their individual progress reports will simply be added up (and clipped to the range from zero to one).

Value parameters:
in

progress fraction from zero to one

label

the label can be used to distinguish the contributions of different progress UGens

trig

trigger that causes the UGen to submit a snapshot of the progress to the control instance.

Companion:
object
trait Serializable
trait ZeroOut
trait UGenSource[Unit, Unit]
trait Expander[Unit]
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