grame-cncm / faustlibraries

The Faust libraries
https://faustlibraries.grame.fr
183 stars 59 forks source link

add reverbTank_demo #186

Closed DBraun closed 2 months ago

DBraun commented 2 months ago

This adds an implementation of the stereo "Reverb Tank" example from Designing audio effect plugins in C++ (2nd ed.) by Will Pirkle.

sletz commented 2 months ago

Thanks. Would it make sense to also separate in the reverb code in reverbs.lib and the demo with the added GUI ?

DBraun commented 2 months ago

Yes, but that kind of refactoring didn't seem urgent enough. Plus, the demo would stay the same even if it were refactored.