Scalar

sealed
trait Scalar extends Value

Value for which a no synth is needed, but only a scalar value that needs to be set on the target node.

trait Value
class Object
trait Matchable
class Any

Value members

Abstract methods

def numChannels: Int
def toControl(key: String, numChannels: Int): ControlSet
def values: IndexedSeq[Float]

Concrete methods

final
def isScalar: Boolean