SignalShape

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
object Buffer extends SignalShape

A signal which indicates an audio buffer identifier.

A signal which indicates an audio buffer identifier.

case
object Bus extends SignalShape

A signal which indicates a bus index.

A signal which indicates a bus index.

case
object DoneAction extends SignalShape

A signal which represents one of the predefined done-action values.

A signal which represents one of the predefined done-action values.

case
object DoneFlag extends SignalShape

An out signal which is read only in terms of its special done-flag.

An out signal which is read only in terms of its special done-flag.

case
object FFT extends SignalShape

A signal which indicates an FFT buffer identifier.

A signal which indicates an FFT buffer identifier.

case
object Gate extends SignalShape

A signal which acts as a binary closed-open gate. A gate is closed when zero, and open when greater than zero.

A signal which acts as a binary closed-open gate. A gate is closed when zero, and open when greater than zero.

In the XML specification this shape is inferred from values closed and open.

case
object Generic extends SignalShape

A generic quasi-continuous (float) control or audible signal.

A generic quasi-continuous (float) control or audible signal.

case
object Int extends SignalShape

A signal which is used as an integer, for example to distinguish a discrete set of values.

A signal which is used as an integer, for example to distinguish a discrete set of values.

case
object Mul extends SignalShape

A signal which acts as a multiplier input.

A signal which acts as a multiplier input.

case
object String extends SignalShape

A signal which is decoded as a character string.

A signal which is decoded as a character string.

case
object Switch extends SignalShape

A signal which acts as a binary on-off switch. A switch is off when zero, and on when greater than zero.

A signal which acts as a binary on-off switch. A switch is off when zero, and on when greater than zero.

In the XML specification this shape is inferred from values false and true.

case
object Trigger extends SignalShape

A signal which acts as a trigger. A trigger occurs when a signal crosses from non-positive to positive.

A signal which acts as a trigger. A trigger occurs when a signal crosses from non-positive to positive.

In the XML specification this shape is inferred from values low and high.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror