Packages

final case class Single(key: Any, index: Int) extends ControlABusMap with Product with Serializable

A mapping from an mono-channel audio bus to a synth control.

Linear Supertypes
Serializable, Product, Equals, ControlABusMap, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Single
  2. Serializable
  3. Product
  4. Equals
  5. ControlABusMap
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Single(key: Any, index: Int)

Value Members

  1. val index: Int
  2. val key: Any
    Definition Classes
    SingleControlABusMap
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product