Packages

final case class GVerb(in: GE, roomSize: GE = 10.0f, revTime: GE = 3.0f, damping: GE = 0.5f, inputBW: GE = 0.5f, spread: GE = 15.0f, dryLevel: GE = 1.0f, earlyRefLevel: GE = 0.7f, tailLevel: GE = 0.5f, maxRoomSize: GE = 300.0f) 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. (init-time only)

See also

FreeVerb

FreeVerb2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GVerb
  2. Serializable
  3. AudioRated
  4. MultiOut
  5. SomeOut
  6. Lazy
  7. GE
  8. UGenSource
  9. Expander
  10. Lazy
  11. Product
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GVerb(in: GE, roomSize: GE = 10.0f, revTime: GE = 3.0f, damping: GE = 0.5f, inputBW: GE = 0.5f, spread: GE = 15.0f, dryLevel: GE = 1.0f, earlyRefLevel: GE = 0.7f, tailLevel: GE = 0.5f, maxRoomSize: GE = 300.0f)

    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. (init-time only)

Value Members

  1. val damping: GE
  2. val dryLevel: GE
  3. val earlyRefLevel: GE
  4. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  5. val in: GE
  6. val inputBW: GE
  7. def left: GE
  8. val maxRoomSize: GE
  9. final def name: String
    Definition Classes
    UGenSource
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. final def rate: Rate
    Definition Classes
    AudioRated
  12. val revTime: GE
  13. def right: GE
  14. val roomSize: GE
  15. val spread: GE
  16. val tailLevel: GE