Packages

object SignalShape

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SignalShape
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Buffer extends SignalShape with Product with Serializable

    A signal which indicates an audio buffer identifier.

  2. case object Bus extends SignalShape with Product with Serializable

    A signal which indicates a bus index.

  3. case object DoneAction extends SignalShape with Product with Serializable

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

  4. case object DoneFlag extends SignalShape with Product with Serializable

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

  5. case object FFT extends SignalShape with Product with Serializable

    A signal which indicates an FFT buffer identifier.

  6. case object Gate extends SignalShape with Product with Serializable

    A signal which acts as a binary closed-open gate.

    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.

  7. case object Generic extends SignalShape with Product with Serializable

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

  8. case object Int extends SignalShape with Product with Serializable

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

  9. case object Mul extends SignalShape with Product with Serializable

    A signal which acts as a multiplier input.

  10. case object String extends SignalShape with Product with Serializable

    A signal which is decoded as a character string.

  11. case object Switch extends SignalShape with Product with Serializable

    A signal which acts as a binary on-off switch.

    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.

  12. case object Trigger extends SignalShape with Product with Serializable

    A signal which acts as a trigger.

    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.