Platerra - plate reverb based on Dattorro #16
Replies: 5 comments 4 replies
-
This is awesome! The demo sounds good to me ... I need to take this for a spin later this week after I process some holiday orders 😁 I assume you saw the Dattorro example I posted in Pd? https://github.com/clevelandmusicco/HothouseExamples/tree/main/pd. The Platerra is a great C++ alternative, it seems. Once you're comfortable, I can port your work into the HothouseExamples repo and development can continue there. (I guess that's more a question?) |
Beta Was this translation helpful? Give feedback.
-
Another way would be to compile the Faust dattorro version, see https://faustlibraries.grame.fr/libs/reverbs/#redattorro_rev and the directly usable one: https://faustlibraries.grame.fr/libs/demos/#dmdattorro_rev_demo, to be compiled using faust2hothouse. |
Beta Was this translation helpful? Give feedback.
-
Didn't know about either one of those things! I'm not familiar yet with PD and have no idea how it works, but I'll look into it. I also just integrated my Platerra into the Flick pedal and the Flick pedal is becoming very usable. It now has the ability to go into reverb edit mode with a double press of footswitch 1 and also has a factory reset option as well. I still need to add some functionality to all the toggle switches that I have planned and then I'll make a new video of it. See the README for what features it has. https://github.com/joulupukki/hothouse-effects/tree/main/src/Flick I'll take a look at these other Dattorro options as well and if it makes sense to switch to one of them, I'll do that as well. I'm not sure yet about where this will ultimately live @clevelandmusicco. I do like the ability to make and publish updates without needing to wait for pull requests to get into an examples repo. But, maybe after I get it to a point where I feel it can live as a full-on pedal that may make more sense. I'm open to ideas there, for sure. |
Beta Was this translation helpful? Give feedback.
-
A lot of it needs to be cleaned up and reorganized. I'd love to think more deeply about cleanly supporting double-pressing footswitches into the main Hothouse code since that opens up a bunch more possibilities (like how I'm using reverb edit mode and supporting both tremolo and delay from one footswitch). |
Beta Was this translation helpful? Give feedback.
-
@joulupukki If you had a HothouseExamples fork in your GitHub account and did development there, the updates to your fork are published in real-time as usual. I'd pull changes into HothouseExamples from specific commits in your fork as you deem them "ready". In fact, this is the only way to easily get your code into the official repo. Any other way requires logistical gymnastics. I'm looking forward to more of your stuff and glad you're enjoying! |
Beta Was this translation helpful? Give feedback.
-
I published some code for the Hothouse today that implements the Dattorro reverb (plate reverb). I'm sure there are plenty of things still needed to get it working 100% correct, but it's sounding pretty decent. The code is available here: https://github.com/joulupukki/hothouse-effects/tree/main/src/Platerra
Beta Was this translation helpful? Give feedback.
All reactions