Packages

final case class Scalar[A](const: Const[A]) extends Default[A] with Product with Serializable

Linear Supertypes
Serializable, Default[A], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scalar
  2. Serializable
  3. Default
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Scalar(const: Const[A])

Value Members

  1. val const: Const[A]
  2. def expand: UGenInLike[A]
    Definition Classes
    ScalarDefault
  3. def numChannels: Int
    Definition Classes
    ScalarDefault
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    Scalar → Product
  6. def tabulate(n: Int)(implicit b: Builder): UGenInLike[A]
    Definition Classes
    ScalarDefault