What do reverbs have to modulate?

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

I noticed in Reason the RV7000 Reverb has a modulation parameter. I've also heard mentioned around here that the other high end reverbs do some kind of modulation to give them a high class sound. Well I was wondering, what is it that CAN be modulated inside a reverb? Comb Filters? Bandpass filters? Pitch shifters?

Post

mostly the interpolated delays get modulated, which is done to avoid the buildup of resonances. also the sound of these modulations has a very beloved impact in general on the sound of reverbs. they sound way more artificial then (if the mod algorithm is good), but a lot of users love particular this behave ...
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man

Post

Some reverbs just have basically a chorus across the whole effect. You can chorus or vibrato reverb tails yourself with other plugins. I'm not at all convinced about this - it's more of an effect. The nicer reverb algorithmns are based around multiple delay lines, and each one can be modulated independantly so its more of a diffused effect and less like a chorus.

Post

Ok. Speaking some more technological stuff, can whitenoise be used to modulate the delaylines?
Best regards from Johan Brodd.
JoBroMedia since 1996.

Post

you can of course use any waveform to modulate delaylines in a reverb, but whitenoise would brobably not be suitable, as the result would be more noised than you want to ... ;)
regards,
brok landers
BIGTONEsounddesign
gear is as good as the innovation behind it-the man

Post

I'm trying to use noise, and it works ok, just have to use very low levels of it to avoid making it noisy.
Best regards from Johan Brodd.
JoBroMedia since 1996.

Post

Noise in very small amount is a very nice mod source as it is random.

Try: get a sample of white noise, pitch it down a way to slow it down and then use it as a mod source for a random wander.

Post

Hmmmm. Can a regular lowpass filter do the slowdown?
Best regards from Johan Brodd.
JoBroMedia since 1996.

Post

thats works too, i suppose.

Post

jobromedia wrote:Hmmmm. Can a regular lowpass filter do the slowdown?
You could use a leaky integrator, in effect a sort of lowpass filter..

ie.

mod_new = (mod_old + step*rand)*0.99;
delay = length + mod;

where rand is between -1 and 1..

This way you never change the delay length by more than 'step' in one sample period. You can adjust this and the 0.99 'leak' parameter to get different rates of modulation.

Post Reply

Return to “Effects”