Dear forum!
I'm trying to compile and run a pd patch using the heavy library. It does compile and run with default block size, but has issues with dropped blocks. When I try to set a larger block size with the -c "-p 128" flag to the build_pd_hvcc.sh script I get the following:
couldn't create queue
Error: unable to initialise BelaContextFifo
Error: unable to initialise audio
Do you know its cause and what I could do to prevent or work around it?