Constant

final case
class Constant(value: Float) extends UGenIn with ScalarRated

A scalar constant used as an input to a UGen. These constants are stored in a separate table of the synth graph.

Companion
object
trait Serializable
trait UGenIn
trait GE
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def toString: String
Definition Classes
Any

Inherited methods

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