News:

SMF for DIYStompboxes.com!

Main Menu

FV-1 reverb algorithm

Started by potul, January 26, 2011, 06:29:58 AM

Previous topic - Next topic

potul

Hi FV-1 experts.

Is the FV-1 reverb code available somewhere to take a look at? I would like to take a look at it and maybe leverage something.
I'm looking for a simple reverb algorithm that doesn't use a lot of memory and CPU, even if its quality is not top-notch.

Regards,

Potul

potul

Ooops.... nevermind, I found it. Although I must say it's quite cryptic for me.... I can see some allpass and delay, but really can't tell how they are connected together. (will have to dig into the spinASM instruction set to better understand... but I'm so lazy...)

Potul

ExpAnonColin

You might want to read Julius' notes!  https://ccrma.stanford.edu/~jos/Reverb/  JCRev and Freeverb are both relatively computationally cheap and sound OK.

-Colin

potul

thanks for the reference! I'll give them a read.