JPverb:
Filter:
Classes (extension) | UGens > Reverbs

JPverb : Object
ExtensionExtension

Algorithmic reverberator, designed to produce long and rich reverberant tails.
Source: JPverb.sc

Description

An algorithmic reverb, 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.

Developed as part of the DEIND project.

NOTE: Please increase server realtime memory for this to work properly

Class Methods

JPverb.ar(in, t60: 1.0, damp: 0.0, size: 1.0, earlyDiff: 0.707, modDepth: 0.1, modFreq: 2.0, low: 1.0, mid: 1.0, high: 1.0, lowcut: 500.0, highcut: 2000.0)

NOTE: This UGen always generates a stereo signal.

Arguments:

in

input to the reverb. Either an array of two audio signals (stereo), or a mono audiosignal.

t60

approximate reverberation time in seconds (0.1..60 sec) (T60 - the time for the reverb to decay by 60db when damp == 0 ). Does not effect early reflections.

damp

controls damping of high-frequencies as the reverb decays. 0 is no damping, 1 is very strong damping. Values should be between (0..1).

size

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

earlyDiff

controls shape of early reflections. Values of 0.707 or more produce smooth exponential decay. Lower values produce a slower build-up of echoes. Values should be between (0..1).

modDepth

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

modFreq

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

low

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

mid

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

high

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

lowcut

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

highcut

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

Returns:

a UGen.

Inherited class methods

Instance Methods

Inherited instance methods

Examples

Minimal example (headphones recommended):

Ndef-based example:

For the Verber piece ( see http://tai-studio.org/portfolio/verber.html ), the following source was used, Ndef(\hole) remains unchanged.

NOTE: Since Impulse and LFPulse are chosen to be used at evaluation time, the given argument names might not match to the chosen UGen's interface. Since a superfluous argument does not affect a UGen's operation, the warnings can be ignored.