Duration

final case class Duration() extends Lazy with ScalarRated

Total duration of proc in seconds. If proc was started midway through, this is still its total length. To gather for how long it's going to play, use Duration() - Offset().

Total duration of proc in seconds. If proc was started midway through, this is still its total length. To gather for how long it's going to play, use Duration() - Offset().

Companion
object
trait Serializable
trait ScalarRated
trait Lazy
trait GE
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def rate: Rate
Inherited from
ScalarRated