Hello,
I am trying to implement Ben Saylor's partconv~ in a patch for use with Bela.
Using the forum posts, I have got to the point where the external was successfully added using this thread: https://forum.bela.io/d/1201-low-latency-convolution/4
However, now that I have that working, whenever I run the patch to the board, the audio freaks out, and is super crackly, and it seems to crash the board.
So I guess my first question is does anybody have any idea how I can stop this being so crackly?
My settings in Bela are 64 blocksize and 44100Hz sample rate to match what I would use with the patch not on the board.
Further down the linked thread, it mentions a convolver added to Bela's audio examples, in cpp.
I have basically no experience using cpp, which is why I use pure data. I was wondering if there was a way to use that convolver but in PD not cpp, similar to how my OG patch is implemented. Or if people know of a different convolver patch that I could use instead of partconv~ that can take in a custom impulse response.
Thanks in advance! Attached is my simplified patch, as well as the patch that I am working my way up to adapting for the bela board.

