de.sciss.synth.ugen

GVerb

final case class GVerb(in: GE, roomSize: GE = synth.this.GE.const(10.0), revTime: GE = synth.this.GE.const(3.0), damping: GE = synth.this.GE.const(0.5), inputBW: GE = synth.this.GE.const(0.5), spread: GE = synth.this.GE.const(15.0), dryLevel: GE = synth.this.GE.const(1.0), earlyRefLevel: GE = synth.this.GE.const(0.7), tailLevel: GE = synth.this.GE.const(0.5), maxRoomSize: GE = synth.this.GE.const(300.0)) extends MultiOut with AudioRated with Product with Serializable

A stereophonic reverb UGen. It is based on the GVerb LADSPA effect by Juhana Sadeharju.

Note: A CPU spike may occur when the synth is instantiated. Warning: The UGen has a bug which results in loud noise if the room size is increased during playback. It seems safe to start with a large room size and decrease the value during playing. Warning: The UGen may crash the server if roomSize becomes larger than maxRoomSize .

roomSize

Size of the virtual room in meters. It must not be greater than maxRoomSize . Note that quick changes in roomSize may result in zipper noise and an audible Doppler effect.

revTime

reverberation time in seconds.

damping

high frequency attenuation (1 is maximum attenuation)

inputBW

high frequency attenuation of the input signal (0 to 1)

spread

stereo spread of the reverb signal. Units?

dryLevel

amount of dry signal

earlyRefLevel

amount of early reflections

tailLevel

amount of late reverberation

maxRoomSize

maximum value that roomSize can take. This is used for the early reflection delay lines and is only read at initialization time.

See also

FreeVerb2

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. GVerb
  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 GVerb(in: GE, roomSize: GE = synth.this.GE.const(10.0), revTime: GE = synth.this.GE.const(3.0), damping: GE = synth.this.GE.const(0.5), inputBW: GE = synth.this.GE.const(0.5), spread: GE = synth.this.GE.const(15.0), dryLevel: GE = synth.this.GE.const(1.0), earlyRefLevel: GE = synth.this.GE.const(0.7), tailLevel: GE = synth.this.GE.const(0.5), maxRoomSize: GE = synth.this.GE.const(300.0))

    roomSize

    Size of the virtual room in meters. It must not be greater than maxRoomSize . Note that quick changes in roomSize may result in zipper noise and an audible Doppler effect.

    revTime

    reverberation time in seconds.

    damping

    high frequency attenuation (1 is maximum attenuation)

    inputBW

    high frequency attenuation of the input signal (0 to 1)

    spread

    stereo spread of the reverb signal. Units?

    dryLevel

    amount of dry signal

    earlyRefLevel

    amount of early reflections

    tailLevel

    amount of late reverberation

    maxRoomSize

    maximum value that roomSize can take. This is used for the early reflection delay lines and is only read at initialization time.

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 damping: GE

    high frequency attenuation (1 is maximum attenuation)

  9. val dryLevel: GE

    amount of dry signal

  10. val earlyRefLevel: GE

    amount of early reflections

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

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. val in: GE

  15. val inputBW: GE

    high frequency attenuation of the input signal (0 to 1)

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def left: GE

  18. def makeUGen(_args: IndexedSeq[UGenIn]): UGenInLike

    Attributes
    protected
    Definition Classes
    GVerb → UGenSource
  19. def makeUGens: UGenInLike

    Attributes
    protected
    Definition Classes
    GVerb → Expander
  20. val maxRoomSize: GE

    maximum value that roomSize can take.

    maximum value that roomSize can take. This is used for the early reflection delay lines and is only read at initialization time.

  21. final def name: String

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

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

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

    Definition Classes
    AnyRef
  25. final def rate: Rate

    Definition Classes
    AudioRated
  26. val revTime: GE

    reverberation time in seconds.

  27. final def rewrap(args: IndexedSeq[UGenInLike], exp: Int): UGenInLike

    Attributes
    protected
    Definition Classes
    SomeOut → UGenSource
  28. def right: GE

  29. val roomSize: GE

    Size of the virtual room in meters.

    Size of the virtual room in meters. It must not be greater than maxRoomSize . Note that quick changes in roomSize may result in zipper noise and an audible Doppler effect.

  30. val spread: GE

    stereo spread of the reverb signal.

    stereo spread of the reverb signal. Units?

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

    Definition Classes
    AnyRef
  32. val tailLevel: GE

    amount of late reverberation

  33. final def unwrap(args: IndexedSeq[UGenInLike]): UGenInLike

    Attributes
    protected
    Definition Classes
    UGenSource
  34. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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