Frames

final case class Frames[A](in: GE[A]) extends SingleOut[Long]

A UGen that generates a signal that incrementally counts the frames of its input. The first value output will be 1, and the last will correspond to the number of frames seen, i.e. Length(in).

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