AudioBusMeter

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Strip(bus: AudioBus, target: Group, addAction: AddAction)

Specification of a meter strip.

Specification of a meter strip.

Value Params
addAction

the relation of the meter synth with respect to its target node.

bus

the audio bus to meter

target

the target point at which the meter synth will sit

Value members

Concrete methods

def apply(strips: Seq[Strip]): AudioBusMeter

Creates a new audio bus meter for a given list of strips.

Creates a new audio bus meter for a given list of strips.

Value Params
strips

the buses and targets to meter. It is possible to mix servers.