Hi, I'm looking for the original gigaverb code from Juhana Sadeharju, but the best I can find are the Ladspa pluging by Steve Harris (not Iron Maiden's bass player, I believe) or the Max port by Olaf Mtthes and things like that... anyone?
thanks
im guess you saw this? https://github.com/d-i-s/gigaverb
maybe this is the original c? https://github.com/fronin/lmms/blob/7cdeb928d6bfcbe1ade8b07129380bd76b0d0582...
On Wed, Mar 6, 2019 at 11:24 PM Alexandre Torres Porres porres@gmail.com wrote:
Hi, I'm looking for the original gigaverb code from Juhana Sadeharju, but the best I can find are the Ladspa pluging by Steve Harris (not Iron Maiden's bass player, I believe) or the Max port by Olaf Mtthes and things like that... anyone?
thanks _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Em qui, 7 de mar de 2019 às 08:57, me.grimm megrimm@gmail.com escreveu:
im guess you saw this? https://github.com/d-i-s/gigaverb
sure, says it's based on Olaf Mtthes' max external
maybe this is the original c?
https://github.com/fronin/lmms/blob/7cdeb928d6bfcbe1ade8b07129380bd76b0d0582...
seems like the port to Ladspa by Steve Harris
I just can't find the original deal :/
On Thu, Mar 7, 2019 at 3:31 PM Alexandre Torres Porres porres@gmail.com wrote:
maybe this is the original c? https://github.com/fronin/lmms/blob/7cdeb928d6bfcbe1ade8b07129380bd76b0d0582...
seems like the port to Ladspa by Steve Harris
I just can't find the original deal :/
The Ladspa version by Steve Harris doesn't look like a port. He has just included the original code. I think the ladspa part of the gverb ladspa plugin is autogenerated from some xml files. You can find the same code at https://github.com/highfidelity/gverb/tree/master/src for instance.
Em qui, 7 de mar de 2019 às 11:57, Kjetil Matheussen < k.s.matheussen@gmail.com> escreveu:
On Thu, Mar 7, 2019 at 3:31 PM Alexandre Torres Porres porres@gmail.com wrote:
maybe this is the original c?
https://github.com/fronin/lmms/blob/7cdeb928d6bfcbe1ade8b07129380bd76b0d0582...
seems like the port to Ladspa by Steve Harris
I just can't find the original deal :/
The Ladspa version by Steve Harris doesn't look like a port. He has just included the original code. I think the ladspa part of the gverb ladspa plugin is autogenerated from some xml files.
hmm, ok, that makes sense :) I'll just use that as the original source then ;) thanks!