de.sciss.synth.ugen

FreeVerb2

final case class FreeVerb2(inL: GE, inR: GE, mix: GE = synth.this.GE.const(0.33), room: GE = synth.this.GE.const(0.5), damp: GE = synth.this.GE.const(0.5)) extends MultiOut with AudioRated with Product with Serializable

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.

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

damp

high frequency attenuation (1 is maximum attenuation)

See also

GVerb

FreeVerb

Linear Supertypes
Serializable, Serializable, AudioRated, MultiOut, SomeOut, GE.Lazy, GE, UGenSource[UGenInLike], Expander[UGenInLike], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FreeVerb2
  2. Serializable
  3. Serializable
  4. AudioRated
  5. MultiOut
  6. SomeOut
  7. Lazy
  8. GE
  9. UGenSource
  10. Expander
  11. Lazy
  12. Product
  13. Equals
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FreeVerb2(inL: GE, inR: GE, mix: GE = synth.this.GE.const(0.33), room: GE = synth.this.GE.const(0.5), damp: GE = synth.this.GE.const(0.5))

    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

    damp

    high frequency attenuation (1 is maximum attenuation)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val damp: GE

    high frequency attenuation (1 is maximum attenuation)

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. lazy val hashCode: Int

    Definition Classes
    UGenSource → AnyRef → Any
  13. val inL: GE

    left channel of input signal to reverberate

  14. val inR: GE

    right channel of input signal to reverberate

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def left: GE

  17. def makeUGens: UGenInLike

    Attributes
    protected
    Definition Classes
    FreeVerb2 → Expander
  18. val mix: GE

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

  19. final def name: String

    Definition Classes
    UGenSource
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def rate: Rate

    Definition Classes
    AudioRated
  24. def right: GE

  25. val room: GE

    room size

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AudioRated

Inherited from MultiOut

Inherited from SomeOut

Inherited from GE.Lazy

Inherited from GE

Inherited from UGenSource[UGenInLike]

Inherited from Expander[UGenInLike]

Inherited from Lazy

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped