Packages

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

FreeVerb2

GVerb

Greyhole

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

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)

    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
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val damp: GE
  7. val earlyDiff: GE
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  11. val high: GE
  12. val highCut: GE
  13. val inL: GE
  14. val inR: GE
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def left: GE
  17. val low: GE
  18. val lowCut: GE
  19. def makeUGen(_args: Vec[UGenIn]): UGenInLike
    Attributes
    protected
    Definition Classes
    JPverbUGenSource
  20. def makeUGens: UGenInLike

    Abstract method which must be implemented by creating the actual UGens during expansion.

    Abstract method which must be implemented by creating the actual UGens during expansion. This method is at most called once during graph expansion

    returns

    the expanded object (depending on the type parameter U)

    Attributes
    protected
    Definition Classes
    JPverbExpander
  21. val mid: GE
  22. val modDepth: GE
  23. val modFreq: GE
  24. final def name: String
    Definition Classes
    UGenSource
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val rate: Rate
    Definition Classes
    JPverbGE
  30. val revTime: GE
  31. def right: GE
  32. val size: GE
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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