jamoma / jamoma2

A header-only C++ library for building dynamic and reflexive systems with an emphasis on audio and media.
MIT License
30 stars 6 forks source link

port gverb~ algorithm #41

Open nwolek opened 9 years ago

nwolek commented 9 years ago

Long term goal that requires several unit processors be built first. Shifting this issue from jamoma/JamomaCore#279 to here was agreed during the Florida Workshop.

nwolek commented 9 years ago

Unit processors needed w count in algorithm: Lowpass filter - 3 AllPass filter - 6 Sample delay - 4 Modulating AllPass filter - 2 (these are modulated with a sine table)

tap commented 9 years ago

FWIW, I believe that the Jamoma::Allpass filter should already work with modulation -- but I haven't tested that and could be mistaken...