Extension
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.
| in |
input to the reverb. Either an array of two audio signals (stereo), or a mono audiosignal. |
| t60 |
approximate reverberation time in seconds |
| damp |
controls damping of high-frequencies as the reverb decays. 0 is no damping, 1 is very strong damping. Values should be between |
| 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 |
| 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 |
| modDepth |
depth |
| modFreq |
frequency |
| low |
multiplier |
| mid |
multiplier |
| high |
multiplier |
| lowcut |
frequency |
| highcut |
frequency |
a UGen.
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.
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.