Scalar

final case
class Scalar(name: String, requiredNumChannels: Int, defaultNumChannels: Int) extends Input[Value]

Specifies access to a scalar attribute as a control signal.

Value Params
defaultNumChannels

the default number of channels or -1 if no default provided

name

name (key) of the attribute

requiredNumChannels

the required number of channels or -1 if no specific requirement

Companion
object
trait Serializable
trait Product
trait Equals
trait Input[Value]
class Object
trait Matchable
class Any

Type members

Types

Value members

Concrete methods

def key: Key
override
def productPrefix: String
Definition Classes
Product

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product