Class/Object

de.sciss.synth.ugen

JPverb

Related Docs: object JPverb | package ugen

Permalink

final case class JPverb(rate: Rate, inL: GE, inR: GE, revTime: GE = 1.0f, damp: GE = 0.0f, size: GE = 1.0f, earlyDiff: GE = 0.707f, modDepth: GE = 0.1f, modFreq: GE = 2.0f, low: GE = 1.0f, mid: GE = 1.0f, high: GE = 1.0f, lowCut: GE = 500.0f, highCut: GE = 2000.0f) extends MultiOut with Product with Serializable

An algorithmic reverb UGen, inspired by the lush chorused sound of certain vintage Lexicon and Alesis reverberation units. Designed to sound great with synthetic sound sources, rather than sound like a realistic space.

Note: You may need to increase the server's real-time memory

This is a third-party UGen (DEINDUGens).

inL

left input signal to be reverberated

inR

right input signal to be reverberated

revTime

approximate reverberation time in seconds (T60 - the time for the reverberation to decay 60 dB). Does not effect early reflections. (0.1..60)

damp

damping of high-frequencies as the reverberation decays. 0 is no damping, 1 is very strong damping (0..1)

size

scales the size of delay-lines, producing the impression of a larger or smaller space. Values below 1 can sound quite metallic. (0.5..5)

earlyDiff

shape of early reflections. Values of > 0.707 produce smooth exponential decay. Lower values produce a slower build-up of echoes. (0..1)

modDepth

depth of delay-line modulation in sample frames. Use in combination with modFreq to set amount of chorusing within the structure. (0..50)

modFreq

frequency of delay-line modulation. Use in combination with modDepth to set amount of chorusing within the structure. (0..10)

low

multiplier for the reverberation time within the low band. (0..1)

mid

multiplier for the reverberation time within the mid band. (0..1)

high

multiplier for the reverberation time within the high band. (0..1)

lowCut

frequency in Hz at which the crossover between the low and mid bands of the reverberation occurs. (100..6000)

highCut

frequency in Hz at which the crossover between the mid and high bands of the reverberation occurs. (1000..10000)

See also

Greyhole

GVerb

FreeVerb2

Linear Supertypes
Serializable, Serializable, MultiOut, SomeOut, GE.Lazy, GE, UGenSource[UGenInLike], Expander[UGenInLike], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JPverb
  2. Serializable
  3. Serializable
  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. All

Instance Constructors

  1. new JPverb(rate: Rate, inL: GE, inR: GE, revTime: GE = 1.0f, damp: GE = 0.0f, size: GE = 1.0f, earlyDiff: GE = 0.707f, modDepth: GE = 0.1f, modFreq: GE = 2.0f, low: GE = 1.0f, mid: GE = 1.0f, high: GE = 1.0f, lowCut: GE = 500.0f, highCut: GE = 2000.0f)

    Permalink

    inL

    left input signal to be reverberated

    inR

    right input signal to be reverberated

    revTime

    approximate reverberation time in seconds (T60 - the time for the reverberation to decay 60 dB). Does not effect early reflections. (0.1..60)

    damp

    damping of high-frequencies as the reverberation decays. 0 is no damping, 1 is very strong damping (0..1)

    size

    scales the size of delay-lines, producing the impression of a larger or smaller space. Values below 1 can sound quite metallic. (0.5..5)

    earlyDiff

    shape of early reflections. Values of > 0.707 produce smooth exponential decay. Lower values produce a slower build-up of echoes. (0..1)

    modDepth

    depth of delay-line modulation in sample frames. Use in combination with modFreq to set amount of chorusing within the structure. (0..50)

    modFreq

    frequency of delay-line modulation. Use in combination with modDepth to set amount of chorusing within the structure. (0..10)

    low

    multiplier for the reverberation time within the low band. (0..1)

    mid

    multiplier for the reverberation time within the mid band. (0..1)

    high

    multiplier for the reverberation time within the high band. (0..1)

    lowCut

    frequency in Hz at which the crossover between the low and mid bands of the reverberation occurs. (100..6000)

    highCut

    frequency in Hz at which the crossover between the mid and high bands of the reverberation occurs. (1000..10000)

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink

    damping of high-frequencies as the reverberation decays.

    damping of high-frequencies as the reverberation decays. 0 is no damping, 1 is very strong damping (0..1)

  7. val earlyDiff: GE

    Permalink

    shape of early reflections.

    shape of early reflections. Values of > 0.707 produce smooth exponential decay. Lower values produce a slower build-up of echoes. (0..1)

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

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. lazy val hashCode: Int

    Permalink
    Definition Classes
    UGenSource → AnyRef → Any
  12. val high: GE

    Permalink

    multiplier for the reverberation time within the high band.

    multiplier for the reverberation time within the high band. (0..1)

  13. val highCut: GE

    Permalink

    frequency in Hz at which the crossover between the mid and high bands of the reverberation occurs.

    frequency in Hz at which the crossover between the mid and high bands of the reverberation occurs. (1000..10000)

  14. val inL: GE

    Permalink

    left input signal to be reverberated

  15. val inR: GE

    Permalink

    right input signal to be reverberated

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def left: GE

    Permalink
  18. val low: GE

    Permalink

    multiplier for the reverberation time within the low band.

    multiplier for the reverberation time within the low band. (0..1)

  19. val lowCut: GE

    Permalink

    frequency in Hz at which the crossover between the low and mid bands of the reverberation occurs.

    frequency in Hz at which the crossover between the low and mid bands of the reverberation occurs. (100..6000)

  20. def makeUGen(_args: Vec[UGenIn]): UGenInLike

    Permalink
    Attributes
    protected
    Definition Classes
    JPverb → UGenSource
  21. def makeUGens: UGenInLike

    Permalink
    Attributes
    protected
    Definition Classes
    JPverb → Expander
  22. val mid: GE

    Permalink

    multiplier for the reverberation time within the mid band.

    multiplier for the reverberation time within the mid band. (0..1)

  23. val modDepth: GE

    Permalink

    depth of delay-line modulation in sample frames.

    depth of delay-line modulation in sample frames. Use in combination with modFreq to set amount of chorusing within the structure. (0..50)

  24. val modFreq: GE

    Permalink

    frequency of delay-line modulation.

    frequency of delay-line modulation. Use in combination with modDepth to set amount of chorusing within the structure. (0..10)

  25. final def name: String

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val rate: Rate

    Permalink
    Definition Classes
    JPverb → GE
  30. val revTime: GE

    Permalink

    approximate reverberation time in seconds (T60 - the time for the reverberation to decay 60 dB).

    approximate reverberation time in seconds (T60 - the time for the reverberation to decay 60 dB). Does not effect early reflections. (0.1..60)

  31. def right: GE

    Permalink
  32. val size: GE

    Permalink

    scales the size of delay-lines, producing the impression of a larger or smaller space.

    scales the size of delay-lines, producing the impression of a larger or smaller space. Values below 1 can sound quite metallic. (0.5..5)

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

    Permalink
    Definition Classes
    AnyRef
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

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