ControlABusMap

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

Type members

Classlikes

final case class Multi(key: Any, index: Int, numChannels: Int) extends ControlABusMap

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

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

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

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

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

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

Implicits

Implicits

implicit def intABusControlABus(tup: (Int, AudioBus)): Multi
implicit def intIntControlABus(tup: (Int, Int)): Single
implicit def stringABusControlABus(tup: (String, AudioBus)): Multi
implicit def stringIntControlABus(tup: (String, Int)): Single