Input

final case
class Input(arg: String, tpe: Type)

A UGen (server-side) input corresponds with a particular argument in the client-side interface.

Value Params
arg

the name of the argument (in the spec's args sequence) corresponding to the UGen input.

tpe

if variadic, the signal is treated as a multi-channel input with variable number of channels. only the last input of a UGen can be variadic. An example is the second input of the Out UGen.

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

Value members

Concrete methods

override
def toString: String
Definition Classes
Any
def variadic: Boolean

Inherited methods

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