Line

final case
class Line(rate: Rate, start: GE, end: GE, dur: GE, doneAction: GE) extends SingleOut with HasSideEffect with HasDoneFlag

A line generator UGen that moves from a start value to the end value in a given duration.

Value Params
doneAction

A done-action that is evaluated when the Line has reached the end value after the given duration

dur

Duration in seconds ''(init-time only)''

end

Ending value ''(init-time only)''

start

Starting value ''(init-time only)''

See also
Companion
object
trait Serializable
trait HasDoneFlag
trait HasSideEffect
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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource