Looking for help to get a PlateReverb working on the Hothouse #15
Replies: 1 comment
-
Got the basics of it working and will keep refining: https://github.com/joulupukki/hothouse-effects/tree/main/src/Platerra |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on trying to port the code mentioned here (https://forum.electro-smith.com/t/how-feasible-is-this-valley-plateau-for-ne-versio/4914) to the Hothouse platform. it's essentially the Dattorro plate reverb that was ported to Daisy from the Valley Plateau reverb. I've got a decent start in the fact that it's all compiling properly, but I'm not getting any wet signal data back from the Dattorro reverb and wondered if anyone has some ideas of why that might be.
My goal is to have a much better reverb available for the Hothouse platform and if I get it working properly, to get it submitted as one of the example projects in Hothouse.
Right now I've got a "PlateReverb" pedal set up where I've connected up a bunch of the parameters of the reverb to the knobs and switches. But, the only thing that's working is Knob 1, controlling the dry signal amount. The code is in the
boyd/plateau-reverb
branch of my code and the main processing is available here:https://github.com/joulupukki/hothouse-effects/blob/3a57fc6bba1685c603dd7224bb2bb6238fd6c5da/src/PlateReverb/plate_reverb.cpp#L177
Beta Was this translation helpful? Give feedback.
All reactions