[ freeverb3-vst.sourceforge.io | freeverb3@Savannah | sourceforge.net ]

Freeverb3_VST Tutorial

Freeverb3VST_NVerb

This effect is a mono to stereo plate reverb and uses a similar algorithm of CCRMA NRev. I have named this effect not NRev but NVerb in VST since the original NRev algorithm does not support stereo output. However, the name NRev is used in many places in the source code. There are 2 types of NVerb. One is a simple algorithm and the other one is a nested allpass algorithm. You can choose the type by changing the factor parameter. You will notice the factor parameter like 1-A or 4-B. The digit is the oversampling factor parameter and the A/B is the type of the reverb. Type A is the simple one and Type B is the nested one, which is more dense than Type A.

Reverb Types

TypeA
The first version of the NRev. This includes some small early reflections.
TypeB
The second version of the NRev, which is nested allpass version of the NRev. This does not include any early reflections.

Presets

Hall 1
Small hall effect with a high resonance.
Hall 2
Small hall effect without a high resonance.
Room 1
Room effect with a high resonance.
Room 2
Room hall effect with a high resonance.

Valid XHTML 1.1 Valid CSS!

[ freeverb3-vst.sourceforge.io | freeverb3@Savannah | sourceforge.net ]