Minim
core | ugens | analysis
 

Controller

shiftBalance

Description

Transitions the balance from one value to another.

Signature

void shiftBalance(float from, float to, int millis)

Parameters

from — float: the starting balance
to — float: the ending balance
millis — int: the length of the transition in milliseconds

Returns

None

Related

getBalance ( )
setBalance ( )

Example

None available

Usage

Web & Application