FreeVerb2

final case
class FreeVerb2(inL: GE, inR: GE, mix: GE, room: GE, damp: GE) extends MultiOut with AudioRated

A stereophonic reverb UGen. All parameters are specified in and automatically clipped to the range 0 to 1. The UGen is stateless insofar it does not use a random number generator. However, if the same input is used for left and right channel, the output channels are different and uncorrelated. There is also some cross-feed between the two channels.

Value Params
damp

high frequency attenuation (1 is maximum attenuation)

inL

left channel of input signal to reverberate

inR

right channel of input signal to reverberate

mix

dry/wet balance from zero (only dry) to one (only wet)

room

room size

See also
Companion
object
trait Serializable
trait AudioRated
class MultiOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def left: GE
def right: GE

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
AudioRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource