Balance:
Filter:
Classes (extension) | Libraries > JoshUGens

Balance : UGen : AbstractFunction : Object
ExtensionExtension

Balances two signals with each other
Source: Balance.sc
 

Description

Balance will try to match the RMS levels of in to the RMS of test.

Class Methods

Balance.ar(in, test, hp: 10, stor: 0, mul: 1, add: 0)

Arguments:

in

The signal you want to balance.

test

The signal that should be used to balance in. If test is a k-rate sig, it will represent a target RMS.

hp
stor
mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples