I'm new to Pure Data. A friend asked for help with the [shuffle ] external object, which was crashing on him.
When I checked the shuffle.c source code, I found several issues. The Motex library it belongs to has not been maintained for a decade and there is no longer a project site for it, so I'm not able to make a pull request with fixes. Instead, I wrote my own drop-in replacement from scratch: pd-shuffle.
I'm not sure what else to do besides posting it here. Advice welcome.