ControlKBusMap

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 ControlKBusMap

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

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

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

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

A mapping from an mono-channel control-rate 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 intIntControlKBus(tup: (Int, Int)): Single
implicit def intKBusControlKBus(tup: (Int, ControlBus)): Multi
implicit def stringIntControlKBus(tup: (String, Int)): Single
implicit def stringKBusControlKBus(tup: (String, ControlBus)): Multi