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
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
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
thanks for the reference! I'll give them a read.